Skip to content

Commit 617f50c

Browse files
kjbracey2gitster
authored andcommitted
rev-list-options.txt: correct TREESAME for P
In the example given, P is not TREESAME to E. This doesn't affect the current result, but it will matter when we change behaviour. Signed-off-by: Kevin Bracey <kevin@bracey.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 53e3835 commit 617f50c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Documentation/rev-list-options.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,7 @@ each merge. The commits are:
367367
`N` and `D` to "foobarbaz"; i.e., it is not TREESAME to any parent.
368368

369369
* `E` changes `quux` to "xyzzy", and its merge `P` combines the
370-
strings to "quux xyzzy". Despite appearing interesting, `P` is
371-
TREESAME to all parents.
370+
strings to "quux xyzzy". `P` is TREESAME to `O`, but not to `E`.
372371

373372
'rev-list' walks backwards through history, including or excluding
374373
commits based on whether '\--full-history' and/or parent rewriting

0 commit comments

Comments
 (0)