Re: [PATCH 3/4] docs/git-clone: clarify use of --no-hardlinks option

2014-02-10 Thread Junio C Hamano
"Albert L. Lash, IV" writes: > 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. > > Signe

[PATCH 3/4] docs/git-clone: clarify use of --no-hardlinks option

2014-02-08 Thread Albert L. Lash, IV
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 --- Documenta