Skip to content

Commit

Permalink
Document git rev-list --full-history
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Jun 16, 2007
1 parent 7cbf2f2 commit 29a6c3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SYNOPSIS
[ \--sparse ]
[ \--no-merges ]
[ \--remove-empty ]
[ \--full-history ]
[ \--not ]
[ \--all ]
[ \--stdin ]
Expand Down Expand Up @@ -228,6 +229,14 @@ limiting may be applied.

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::

Do not print commits with more than one parent.
Expand Down

0 comments on commit 29a6c3f

Please sign in to comment.