From: Yann Dirson Date: Fri, 12 Nov 2010 08:48:58 +0000 (+0100) Subject: Document that rev-list --graph triggers parent rewriting. X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=6a6c54bafed84220bcd09b19b40c104d1ff687cc;p=~andy%2Fgit 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 1aaaf5ae8..42ca05990 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -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.