From: Björn Gustavsson Date: Thu, 26 Nov 2009 21:49:50 +0000 (+0100) Subject: gitworkflows: Consistently back-quote git commands X-Git-Tag: v1.6.6-rc1~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c8e1c3d3e8ed326fe9e8ba5616db2e81a41fcc16;p=git.git gitworkflows: Consistently back-quote git commands Signed-off-by: Björn Gustavsson Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitworkflows.txt b/Documentation/gitworkflows.txt index 91c0eea89..065441df6 100644 --- a/Documentation/gitworkflows.txt +++ b/Documentation/gitworkflows.txt @@ -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