summaryrefslogtreecommitdiffstats
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-08-13 06:40:05 +0200
committerJunio C Hamano <gitster@pobox.com>2008-08-13 06:40:05 +0200
commit00b718e02d97c956cade8c1b4cbe29a9d3e92765 (patch)
tree74f04a8d21f6903b066b77920bb59684ce7a5632 /Documentation/rev-list-options.txt
parentDocumentation: rev-list-options: Rewrite simplification descriptions for clarity (diff)
parentTopo-sort before --simplify-merges (diff)
downloadgit-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.txt6
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.