projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad7ace7
)
gitworkflows: Consistently back-quote git commands
author
Björn Gustavsson
<bgustavsson@gmail.com>
Thu, 26 Nov 2009 21:49:50 +0000
(22:49 +0100)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/gitworkflows.txt
b/Documentation/gitworkflows.txt
index 91c0eea8904b520bf3d3b6295e50a4ebfac44e86..065441df644b6efc2883bec87fee4941788312ef 100644
(file)
--- 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