Document git-log --first-parent

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 2007-03-27 12:51:13 -07:00
parent 8302012097
commit 89d5892389
1 changed files with 5 additions and 0 deletions

View File

@ -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.