]> git.99rst.org Git - git.git/commit
revisions.txt: unspecify order of resolved parts of ^!
authorRené Scharfe <redacted>
Sat, 1 Oct 2022 10:26:34 +0000 (12:26 +0200)
committerJunio C Hamano <redacted>
Sat, 1 Oct 2022 22:58:36 +0000 (15:58 -0700)
commit9f91da752fa28e405e91dfd6bd7372f897bbae8d
tree486b2d8aa96d0166885a2fbfc0e96838ce261578
parent793c21182e34f109b4f438944b4272fb50862ad5
revisions.txt: unspecify order of resolved parts of ^!

gitrevisions(7) says that <rev>^! resolves to <rev> and then all the
parents of <rev>.  revision.c::handle_revision_arg_1() actually adds
all parents first, then <rev>.  Change the documentation to leave the
order unspecified, to avoid misleading readers.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/revisions.txt
git clone https://git.99rst.org/PROJECT