X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Frev-list-options.txt;h=42ca059908b6af5726d958d92912705c96235d29;hb=5a7a0fae8f964b5ad179018d6a50f25ef7550f97;hp=7a42567060bc4c79e5eef00e4cc01a90c9ab39a4;hpb=0adda9362ab080b0994355c5a3183a896a606cc0;p=git.git diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 7a4256706..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. @@ -146,6 +148,9 @@ options may be given. See linkgit:git-diff-files[1] for more options. -t:: Show the tree objects in the diff output. This implies '-r'. + +-s:: + Suppress diff output. endif::git-rev-list[] Commit Limiting