From: J. Bruce Fields Date: Mon, 16 Apr 2007 04:37:13 +0000 (-0400) Subject: user-manual: fix discussion of default clone X-Git-Tag: v1.5.1.2~26 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4f752407964a81cf2ba5750343a7f0daf54c19b8?hp=--cc user-manual: fix discussion of default clone The name "master" isn't actually quite so special. Also, fix some bad grammar. Signed-off-by: "J. Bruce Fields" Signed-off-by: Junio C Hamano --- 4f752407964a81cf2ba5750343a7f0daf54c19b8 diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index d43d2377ec..49e936fa10 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -298,9 +298,9 @@ $ git branch * master ------------------------------------------------ -A freshly cloned repository contains a single branch head, named -"master", and working directory is initialized to the state of -the project referred to by "master". +A freshly cloned repository contains a single branch head, by default +named "master", with the working directory initialized to the state of +the project referred to by that branch head. Most projects also use <>. Tags, like heads, are references into the project's history, and can be listed using the