summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-28 00:59:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-28 00:59:10 +0000
commiteb69cbf9d14295ebaad0af96768c550d0b9782ff (patch)
treebb0fcfa485be1fc8fa232d1ed396b5f34571ca67 /git-log.txt
parent0add451ab4bc8e11d2978b394bd258112bbebcac (diff)
downloadgit-htmldocs-eb69cbf9d14295ebaad0af96768c550d0b9782ff.tar.gz
Autogenerated docs for v1.5.1-rc2-15-g465b3
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-log.txt b/git-log.txt
index 361eaec70..030edaf30 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -38,6 +38,11 @@ include::pretty-formats.txt[]
and <until>, see "SPECIFYING REVISIONS" section in
gitlink:git-rev-parse[1].
+--first-parent::
+ Follow only the first parent commit upon seeing a merge
+ commit. This option gives a better overview of the
+ evolution of a particular branch.
+
-p::
Show the change the commit introduces in a patch form.