Skip to content

Commit 29a6c3f

Browse files
jnarebgitster
authored andcommitted
Document git rev-list --full-history
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7cbf2f2 commit 29a6c3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/git-rev-list.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SYNOPSIS
1616
[ \--sparse ]
1717
[ \--no-merges ]
1818
[ \--remove-empty ]
19+
[ \--full-history ]
1920
[ \--not ]
2021
[ \--all ]
2122
[ \--stdin ]
@@ -228,6 +229,14 @@ limiting may be applied.
228229

229230
Stop when a given path disappears from the tree.
230231

232+
--full-history::
233+
234+
Show also parts of history irrelevant to current state of a given
235+
path. This turns off history simplification, which removed merges
236+
which didn't change anything at all at some child. It will still actually
237+
simplify away merges that didn't change anything at all into either
238+
child.
239+
231240
--no-merges::
232241

233242
Do not print commits with more than one parent.

0 commit comments

Comments
 (0)