summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-27 19:51:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-27 19:51:13 (GMT)
commit89d589238988bce7a7bf5409561ae094197630e1 (patch)
treecc49f4f3c0ea2fcb1851b42e90527168aec5ff33 /Documentation
parent8302012097f68caba5be82ba37b191b317886f2b (diff)
downloadgit-89d589238988bce7a7bf5409561ae094197630e1.zip
git-89d589238988bce7a7bf5409561ae094197630e1.tar.gz
git-89d589238988bce7a7bf5409561ae094197630e1.tar.bz2
Document git-log --first-parent
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 361eaec..030edaf 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/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.