Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git 1.6.6.2
[gitweb.git]
/
Documentation
/
gitworkflows.txt
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