summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 70ca472)
raw | patch | inline | side by side (parent: 70ca472)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700) |
The log family and git-rev-list share the same set of options that come
from revision walking machinery, but they both have options unique to
them. Notably, --header, --timestamp, --stdin and --quiet apply only to
rev-list. Exclude them from the git-log documentation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
from revision walking machinery, but they both have options unique to
them. Notably, --header, --timestamp, --stdin and --quiet apply only to
rev-list. Exclude them from the git-log documentation.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt | patch | blob | history |
index dfcef79a6b772ae5fb11fc378772042ba465615f..05d5abec25e73a123fd249099911d79f1ccf2a39 100644 (file)
`--date=default` shows timestamps in the original timezone
(either committer's or author's).
+ifdef::git-rev-list[]
--header::
Print the contents of the commit in raw-format; each record is
separated with a NUL character.
+endif::git-rev-list[]
--parents::
Print the parents of the commit.
+ifdef::git-rev-list[]
--timestamp::
Print the raw commit timestamp.
+endif::git-rev-list[]
--left-right::
Pretend as if all the refs in `$GIT_DIR/refs/` are listed on the
command line as '<commit>'.
+ifdef::git-rev-list[]
--stdin::
In addition to the '<commit>' listed on the command
test the exit status to see if a range of objects is fully
connected (or not). It is faster than redirecting stdout
to /dev/null as the output does not have to be formatted.
+endif::git-rev-list[]
--cherry-pick::