]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-show-branch.txt
Documentation: remove stray backslash in show-branch discussion
[thirdparty/git.git] / Documentation / git-show-branch.txt
index 81ba29669c52a7c50fb126b7b70c3a867df25f00..64532633406bedb431c4c6755101ce117e71388f 100644 (file)
@@ -168,10 +168,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\'". 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".
+whose commit message is "Add {apostrophe}git show-branch{apostrophe}".
+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