aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitworkflows.txt
diff options
context:
space:
mode:
authorBjörn Gustavsson <bgustavsson@gmail.com>2009-11-26 22:49:50 +0100
committerJunio C Hamano <gitster@pobox.com>2009-11-26 18:33:34 -0800
commitc8e1c3d3e8ed326fe9e8ba5616db2e81a41fcc16 (patch)
tree094db1cdd805b2241a89afbc7fb8ceb4065752a9 /Documentation/gitworkflows.txt
parentad7ace714d353ef49045bc37c1363e8fc904792d (diff)
downloadgit-c8e1c3d3e8ed326fe9e8ba5616db2e81a41fcc16.tar.gz
gitworkflows: Consistently back-quote git commands
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitworkflows.txt')
-rw-r--r--Documentation/gitworkflows.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitworkflows.txt b/Documentation/gitworkflows.txt
index 91c0eea890..065441df64 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