summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Jakub Narebski <jnareb@gmail.com>2007-06-16 21:03:43 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-06-16 13:08:05 -0700
commit29a6c3f8046ca2de39958a1e9fa93d4afc9461bf (patch)
treee6f9811a8ae3d9c3385c9b42380f749f41bc4ef4 /Documentation
parentDo not use h_errno after connect(2): the function does not set it (diff)
downloadtgif-29a6c3f8046ca2de39958a1e9fa93d4afc9461bf.tar.xz
Document git rev-list --full-history
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rev-list.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 0dba73f276..043ff51147 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -16,6 +16,7 @@ SYNOPSIS
[ \--sparse ]
[ \--no-merges ]
[ \--remove-empty ]
+ [ \--full-history ]
[ \--not ]
[ \--all ]
[ \--stdin ]
@@ -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.