Code

Merge branch 'maint'
[git.git] / Documentation / git-show-branch.txt
index 05868b68f62afa3f8c06def305e6acaf0bba7c14..edd8f6463ebab38f950db634e28fe5f06cf3915a 100644 (file)
@@ -157,9 +157,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