Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git rev-list --full-history
author
Jakub Narebski
<jnareb@gmail.com>
Sat, 16 Jun 2007 19:03:43 +0000
(21:03 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 16 Jun 2007 20:08:05 +0000
(13:08 -0700)
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7cbf2f2
)
diff --git
a/Documentation/git-rev-list.txt
b/Documentation/git-rev-list.txt
index 0dba73f27607560d3e868306af78bad83dc3bfff..043ff5114705e8dddb0fecefdadd560613fd1c76 100644
(file)
--- a/
Documentation/git-rev-list.txt
+++ b/
Documentation/git-rev-list.txt
@@
-16,6
+16,7
@@
SYNOPSIS
[ \--sparse ]
[ \--no-merges ]
[ \--remove-empty ]
[ \--sparse ]
[ \--no-merges ]
[ \--remove-empty ]
+ [ \--full-history ]
[ \--not ]
[ \--all ]
[ \--stdin ]
[ \--not ]
[ \--all ]
[ \--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::
Do not print commits with more than one parent.
--no-merges::
Do not print commits with more than one parent.