summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0faf2da)
raw | patch | inline | side by side (parent: 0faf2da)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Dec 2007 00:04:05 +0000 (16:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 27 Dec 2007 00:05:54 +0000 (16:05 -0800) |
Credit goes to Avi Kivity for noticing the lack of description in
rev-list manual page.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
rev-list manual page.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt | patch | blob | history | |
Documentation/git-rev-list.txt | patch | blob | history |
index 5920d1799acd2fe84e302b005695e2c795ecad36..d71e51ad46f665a594414aea7e107b4977783e46 100644 (file)
--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.
+ commit. This option can give a better overview when
+ viewing the evolution of a particular topic branch,
+ because merges into a topic branch tend to be only about
+ adjusting to updated upstream from time to time, and
+ this option allows you to ignore the individual commits
+ brought in to your history by such a merge.
-g, \--walk-reflogs::
Show commits as they were recorded in the reflog. The log contains
index a03f9fe5fadc483f47c2fbd0199f72a9619b5fcd..438dae02e2b79701cee15bf04e28e6157c07d4ab 100644 (file)
[ \--min-age=timestamp ]
[ \--sparse ]
[ \--no-merges ]
+ [ \--first-parent ]
[ \--remove-empty ]
[ \--full-history ]
[ \--not ]
Do not print commits with more than one parent.
+--first-parent::
+ Follow only the first parent commit upon seeing a merge
+ commit. This option can give a better overview when
+ viewing the evolution of a particular topic branch,
+ because merges into a topic branch tend to be only about
+ adjusting to updated upstream from time to time, and
+ this option allows you to ignore the individual commits
+ brought in to your history by such a merge.
+
--not::
Reverses the meaning of the '{caret}' prefix (or lack thereof)