]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-show-branch.txt
git-ls-files.txt: clarify -x/--exclude option
[git.git] / Documentation / git-show-branch.txt
index 7e9ff3762b111d8740a99b676ea516435018f3a8..51a4e9d6d767f34205f418ec86a6281dbf4c7b2c 100644 (file)
@@ -148,9 +148,10 @@ $ git show-branch master fixes mhf
 ------------------------------------------------
 
 These three branches all forked from a common commit, [master],
-whose commit message is "Add 'git show-branch'.  "fixes" branch
-adds one commit 'Introduce "reset type"'.  "mhf" branch has many
-other commits.  The current branch is "master".
+whose commit message is "Add \'git show-branch\'". The "fixes"
+branch adds one commit "Introduce "reset type" flag to "git reset"".
+The "mhf" branch adds many other commits. The current branch
+is "master".
 
 
 EXAMPLE