summaryrefslogtreecommitdiff
path: root/Documentation/git-show-branch.txt
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-04-23 09:37:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-23 11:21:22 (GMT)
commita12397877146b3fa8f791a4a38987942f35a5e82 (patch)
tree3b3e7f4423792e3b6c50f61c5dcf7d6b73be2e91 /Documentation/git-show-branch.txt
parentfd1ff306b7a02f9412f8ed4881dd239d8a4a709a (diff)
downloadgit-a12397877146b3fa8f791a4a38987942f35a5e82.zip
git-a12397877146b3fa8f791a4a38987942f35a5e82.tar.gz
git-a12397877146b3fa8f791a4a38987942f35a5e82.tar.bz2
git-show-branch.txt: cleanup example description
Add a missing quote and properly escape the ' character so docs don't look odd. Add 'the' to make some sentences more gramatically correct. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-show-branch.txt')
-rw-r--r--Documentation/git-show-branch.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index 7e9ff37..51a4e9d 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -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