gitworkflows: Consistently back-quote git commands
authorBjörn Gustavsson <bgustavsson@gmail.com>
Thu, 26 Nov 2009 21:49:50 +0000 (22:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Nov 2009 02:33:34 +0000 (18:33 -0800)
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitworkflows.txt

index 91c0eea8904b520bf3d3b6295e50a4ebfac44e86..065441df644b6efc2883bec87fee4941788312ef 100644 (file)
@@ -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