Skip to content

Commit

Permalink
gitworkflows: Consistently back-quote git commands
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Björn Gustavsson authored and Junio C Hamano committed Nov 27, 2009
1 parent ad7ace7 commit c8e1c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gitworkflows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ To verify that 'master' is indeed a superset of 'maint', use git log:
.Verify 'master' is a superset of 'maint'
[caption="Recipe: "]
=====================================
git log master..maint
`git log master..maint`
=====================================

This command should not list any commits. Otherwise, check out
Expand Down

0 comments on commit c8e1c3d

Please sign in to comment.