Skip to content

Commit c8e1c3d

Browse files
bjornggitster
authored andcommitted
gitworkflows: Consistently back-quote git commands
Signed-off-by: Björn Gustavsson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ad7ace7 commit c8e1c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/gitworkflows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To verify that 'master' is indeed a superset of 'maint', use git log:
229229
.Verify 'master' is a superset of 'maint'
230230
[caption="Recipe: "]
231231
=====================================
232-
git log master..maint
232+
`git log master..maint`
233233
=====================================
234234

235235
This command should not list any commits. Otherwise, check out

0 commit comments

Comments
 (0)