We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbf2f2 commit 29a6c3fCopy full SHA for 29a6c3f
Documentation/git-rev-list.txt
@@ -16,6 +16,7 @@ SYNOPSIS
16
[ \--sparse ]
17
[ \--no-merges ]
18
[ \--remove-empty ]
19
+ [ \--full-history ]
20
[ \--not ]
21
[ \--all ]
22
[ \--stdin ]
@@ -228,6 +229,14 @@ limiting may be applied.
228
229
230
Stop when a given path disappears from the tree.
231
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
240
--no-merges::
241
242
Do not print commits with more than one parent.
0 commit comments