Document git rev-list --full-history
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7cbf2f24ee
commit
29a6c3f804
@ -16,6 +16,7 @@ SYNOPSIS
|
|||||||
[ \--sparse ]
|
[ \--sparse ]
|
||||||
[ \--no-merges ]
|
[ \--no-merges ]
|
||||||
[ \--remove-empty ]
|
[ \--remove-empty ]
|
||||||
|
[ \--full-history ]
|
||||||
[ \--not ]
|
[ \--not ]
|
||||||
[ \--all ]
|
[ \--all ]
|
||||||
[ \--stdin ]
|
[ \--stdin ]
|
||||||
@ -228,6 +229,14 @@ limiting may be applied.
|
|||||||
|
|
||||||
Stop when a given path disappears from the tree.
|
Stop when a given path disappears from the tree.
|
||||||
|
|
||||||
|
--full-history::
|
||||||
|
|
||||||
|
Show also parts of history irrelevant to current state of a given
|
||||||
|
path. This turns off history simplification, which removed merges
|
||||||
|
which didn't change anything at all at some child. It will still actually
|
||||||
|
simplify away merges that didn't change anything at all into either
|
||||||
|
child.
|
||||||
|
|
||||||
--no-merges::
|
--no-merges::
|
||||||
|
|
||||||
Do not print commits with more than one parent.
|
Do not print commits with more than one parent.
|
||||||
|
Loading…
Reference in New Issue
Block a user