mirror of
https://github.com/git/git.git
synced 2024-11-25 19:04:18 +08:00
Document that rev-list --graph triggers parent rewriting.
This may help to understand why --graph causes more comments to be selected. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
71567e3287
commit
6a6c54bafe
@ -95,6 +95,8 @@ you would get an output like this:
|
||||
to be printed in between commits, in order for the graph history
|
||||
to be drawn properly.
|
||||
+
|
||||
This enables parent rewriting, see 'History Simplification' below.
|
||||
+
|
||||
This implies the '--topo-order' option by default, but the
|
||||
'--date-order' option may also be specified.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user