]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/gitworkflows.txt
Merge branch 'tr/maint-cherry-pick-list' into maint-1.6.6
[git.git] / 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