Hi, command output has changed for some commands in the last years, so reflect this also in the user-manual. While doing so, fix some minor spelling, formatting and wording issues. Further, some references and recommendations which nowadays might only confuse and not help new Git users where removed. Also some explanations where rephrased to IMHO make them easier to understand for new users. The last patch removes a lengthy paragraph which states that "git prune" (and "git fsck") should only be used in a quiescent repository. The man-page for "git prune" tells nothing about this. So either the removal should be OK or we have to duplicate the warning paragraph in the man-page of "git prune"? [PATCH 01/13] Call it "Git User Manual" and remove reference to very old Git version [PATCH 02/13] Use current "detached HEAD" message [PATCH 03/13] Use current output for "git repack" [PATCH 04/13] Use "git merge" instead of "git pull ." [PATCH 05/13] Fix some typos [PATCH 06/13] Simplify "How to make a commit" [PATCH 07/13] Improve description in "How to merge" [PATCH 08/13] Improve section "Manipulating branches" [PATCH 09/13] Improve section "Merge multiple trees" [PATCH 10/13] Remove unnecessary historical note from "Object storage format" [PATCH 11/13] Remove obscure reference from "Examples" [PATCH 12/13] Remove irrelevant reference from "Tying it all together" [PATCH 13/13] "git prune" is safe now Signed-off-by: Thomas Ackermann <th.acker@xxxxxxxx> --- Thomas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html