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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user