summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a3647be)
raw | patch | inline | side by side (parent: a3647be)
author | Jakub Narebski <jnareb@gmail.com> | |
Sun, 2 Mar 2008 14:11:35 +0000 (15:11 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 Mar 2008 21:52:08 +0000 (13:52 -0800) |
The --max-age=<timestamp> and --min-age=<timestamp> are now shown only
in the git-rev-list manpage (plumbing).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
in the git-rev-list manpage (plumbing).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt | patch | blob | history |
index 259072c07883cf15db4162737a63a6506b7443b4..2648a550850bf07128e4a0a14c82860d6bad17b8 100644 (file)
Show commits older than a specific date.
+ifdef::git-rev-list[]
--max-age='timestamp', --min-age='timestamp'::
Limit the commits output to specified time range.
+endif::git-rev-list[]
--author='pattern', --committer='pattern'::