[PATCH 1/4] docs/merge-strategies: remove hyphen from mis-merges

2014-02-08 Thread Albert L. Lash, IV
The term mismerges without hyphen is used a few other places in the documentation. Let's update this to be consistent. Signed-off-by: Albert L. Lash, IV ala...@bloomberg.net --- Documentation/merge-strategies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation

[PATCH 4/4] docs/git-blame: explain more clearly the example pickaxe use

2014-02-08 Thread Albert L. Lash, IV
We state that the following paragraph mentions the pickaxe interface, but the term pickaxe is not then used. This change clarifies that the example command uses the pickaxe interface and what it is searching for. Signed-off-by: Albert L. Lash, IV ala...@bloomberg.net --- Documentation/git

[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 ala

[PATCH 2/4] docs/git-remote: capitalize first word of initial blurb

2014-02-08 Thread Albert L. Lash, IV
All other man files have capitalized descriptions which immediately follow the command's name. Let's capitalize this one too for consistency. Signed-off-by: Albert L. Lash, IV ala...@bloomberg.net --- Documentation/git-remote.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git