summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
commitee695f22c4399a2593020bdf65682a21edbd0526 (patch)
treec627fb11395fbe23e8bd005ae2987300b373d2f5 /git-rev-list.txt
parent29b1b925c6954129755f0dcd1b003ab0067878c5 (diff)
downloadgit-htmldocs-ee695f22c4399a2593020bdf65682a21edbd0526.tar.gz
Autogenerated HTML docs for v1.5.2.2-249-g45fd
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 0dba73f27..32cb13fae 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -16,11 +16,13 @@ SYNOPSIS
[ \--sparse ]
[ \--no-merges ]
[ \--remove-empty ]
+ [ \--full-history ]
[ \--not ]
[ \--all ]
[ \--stdin ]
[ \--topo-order ]
[ \--parents ]
+ [ \--timestamp ]
[ \--left-right ]
[ \--cherry-pick ]
[ \--encoding[=<encoding>] ]
@@ -116,6 +118,9 @@ e.g. "2 hours ago".
Print the parents of the commit.
+--timestamp::
+ Print the raw commit timestamp.
+
--left-right::
Mark which side of a symmetric diff a commit is reachable from.
@@ -228,6 +233,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.