Skip to content

Commit

Permalink
Document that rev-list --graph triggers parent rewriting.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yann Dirson authored and Junio C Hamano committed Nov 17, 2010
1 parent 71567e3 commit 6a6c54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6a6c54b

Please sign in to comment.