Skip to content

Commit

Permalink
git-show-branch.txt: cleanup example description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Apr 23, 2009
1 parent fd1ff30 commit a123978
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/git-show-branch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a123978

Please sign in to comment.