From: Junio C Hamano Date: Wed, 28 Mar 2007 00:59:10 +0000 (+0000) Subject: Autogenerated docs for v1.5.1-rc2-15-g465b3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb69cbf9d14295ebaad0af96768c550d0b9782ff;p=git.git Autogenerated docs for v1.5.1-rc2-15-g465b3 --- diff --git a/git-log.html b/git-log.html index 362f3ac84..5a8fe20cf 100644 --- a/git-log.html +++ b/git-log.html @@ -596,6 +596,16 @@ The title was >>t4119: test autocomputing -p<n> for traditional diff

+--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
@@ -746,7 +756,7 @@ reversible operation.

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 , 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. diff --git a/git.html b/git.html index 871e4448f..cf998f2d9 100644 --- a/git.html +++ b/git.html @@ -2317,7 +2317,7 @@ contributors on the git-list <git@vger.kernel.org>.