diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-13 06:40:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-13 06:40:05 +0200 |
commit | 00b718e02d97c956cade8c1b4cbe29a9d3e92765 (patch) | |
tree | 74f04a8d21f6903b066b77920bb59684ce7a5632 /Documentation/rev-list-options.txt | |
parent | Documentation: rev-list-options: Rewrite simplification descriptions for clarity (diff) | |
parent | Topo-sort before --simplify-merges (diff) | |
download | git-00b718e02d97c956cade8c1b4cbe29a9d3e92765.tar.xz git-00b718e02d97c956cade8c1b4cbe29a9d3e92765.zip |
Merge branch 'jc/post-simplify' into tr/rev-list-docs
* jc/post-simplify:
Topo-sort before --simplify-merges
revision traversal: show full history with merge simplification
revision.c: whitespace fix
Conflicts:
Documentation/rev-list-options.txt
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 0ce3f7fbd9..059ae69d84 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -193,6 +193,12 @@ endif::git-rev-list[] Stop when a given path disappears from the tree. +--simplify-merges:: + + Simplify away commits that did not change the given paths, similar + to `--full-history`, and further remove merges none of whose + parent history changes the given paths. + --no-merges:: Do not print commits with more than one parent. |