File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ The 'r1{caret}@' notation means all parents of 'r1'.
295
295
The 'r1{caret}!' notation includes commit 'r1' but excludes all of its parents.
296
296
By itself, this notation denotes the single commit 'r1'.
297
297
298
- The '<rev>{caret}-{ <n>} ' notation includes '<rev>' but excludes the <n>th
298
+ The '<rev>{caret}-<n>' notation includes '<rev>' but excludes the <n>th
299
299
parent (i.e. a shorthand for '<rev>{caret}<n>..<rev>'), with '<n>' = 1 if
300
300
not given. This is typically useful for merge commits where you
301
301
can just pass '<commit>{caret}-' to get all the commits in the branch
@@ -337,7 +337,7 @@ Revision Range Summary
337
337
as giving commit '<rev>' and then all its parents prefixed with
338
338
'{caret}' to exclude them (and their ancestors).
339
339
340
- '<rev>{caret}-{ <n>} ', e.g. 'HEAD{caret}-, HEAD{caret}-2'::
340
+ '<rev>{caret}-<n>', e.g. 'HEAD{caret}-, HEAD{caret}-2'::
341
341
Equivalent to '<rev>{caret}<n>..<rev>', with '<n>' = 1 if not
342
342
given.
343
343
You can’t perform that action at this time.
0 commit comments