summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorKevin Bracey <kevin@bracey.fi>2013-05-16 15:32:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-16 18:51:08 (GMT)
commit617f50cbfded66e2b314fc5ae550bf94854bc55e (patch)
tree202d9ecbcc356263464b8d071ab1b1f80318c245 /Documentation/rev-list-options.txt
parent53e38358c8ad5bef1a71e3dac4331014120165cc (diff)
downloadgit-617f50cbfded66e2b314fc5ae550bf94854bc55e.zip
git-617f50cbfded66e2b314fc5ae550bf94854bc55e.tar.gz
git-617f50cbfded66e2b314fc5ae550bf94854bc55e.tar.bz2
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>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 3bdbf5e..50bbff7 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -367,8 +367,7 @@ each merge. The commits are:
`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
- strings to "quux xyzzy". Despite appearing interesting, `P` is
- TREESAME to all parents.
+ strings to "quux xyzzy". `P` is TREESAME to `O`, but not to `E`.
'rev-list' walks backwards through history, including or excluding
commits based on whether '\--full-history' and/or parent rewriting