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>
This commit is contained in:
parent
53e38358c8
commit
617f50cbfd
@ -367,8 +367,7 @@ each merge. The commits are:
|
|||||||
`N` and `D` to "foobarbaz"; i.e., it is not TREESAME to any parent.
|
`N` and `D` to "foobarbaz"; i.e., it is not TREESAME to any parent.
|
||||||
|
|
||||||
* `E` changes `quux` to "xyzzy", and its merge `P` combines the
|
* `E` changes `quux` to "xyzzy", and its merge `P` combines the
|
||||||
strings to "quux xyzzy". Despite appearing interesting, `P` is
|
strings to "quux xyzzy". `P` is TREESAME to `O`, but not to `E`.
|
||||||
TREESAME to all parents.
|
|
||||||
|
|
||||||
'rev-list' walks backwards through history, including or excluding
|
'rev-list' walks backwards through history, including or excluding
|
||||||
commits based on whether '\--full-history' and/or parent rewriting
|
commits based on whether '\--full-history' and/or parent rewriting
|
||||||
|
Loading…
Reference in New Issue
Block a user