revisions.txt: unspecify order of resolved parts of ^!
commit9f91da752fa28e405e91dfd6bd7372f897bbae8d
authorRené Scharfe <l.s.r@web.de>
Sat, 1 Oct 2022 10:26:34 +0000 (1 12:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Oct 2022 22:58:36 +0000 (1 15:58 -0700)
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 <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt