summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8302012)
raw | patch | inline | side by side (parent: 8302012)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Mar 2007 19:51:13 +0000 (12:51 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 27 Mar 2007 19:51:13 +0000 (12:51 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-log.txt | patch | blob | history |
index 361eaec700bf6401f89c7e631f53414a399affe6..030edaf305a620935840b3ffdcc0ca546d4e43da 100644 (file)
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.