]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-clone.txt
docs/git-clone: clarify use of --no-hardlinks option
authorAlbert L. Lash, IV <alash3@bloomberg.net>
Sat, 8 Feb 2014 20:41:36 +0000 (15:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Feb 2014 19:03:07 +0000 (11:03 -0800)
commit897e3e454062d2bb9d3c1e4068caf4971fd713ff
tree5747c64ea206b2ef14525d1c268d8d2691fda976
parenta2f69581ffc26fadb27bc29dd03074791a16d61e
docs/git-clone: clarify use of --no-hardlinks option

Current text claims optimization, implying the use of
hardlinks, when this option ratchets down the level of
efficiency. This change explains the difference made by
using this option, namely copying instead of hardlinking,
and why it may be useful.

Signed-off-by: Albert L. Lash, IV <alash3@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt