diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-27 12:51:13 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-27 12:51:13 -0700 |
commit | 89d589238988bce7a7bf5409561ae094197630e1 (patch) | |
tree | cc49f4f3c0ea2fcb1851b42e90527168aec5ff33 | |
parent | 8302012097f68caba5be82ba37b191b317886f2b (diff) | |
download | git-89d589238988bce7a7bf5409561ae094197630e1.tar.gz git-89d589238988bce7a7bf5409561ae094197630e1.tar.xz |
Document git-log --first-parent
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 361eaec70..030edaf30 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. |