From: Jakub Narebski Date: Sun, 2 Mar 2008 14:11:35 +0000 (+0100) Subject: Documentation: Remove --{min,max}-age option from git-log(1) X-Git-Tag: v1.5.5-rc0~97 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=56b6d01d8497436e6b2545482ce2c86e614fc73c;p=git.git Documentation: Remove --{min,max}-age option from git-log(1) The --max-age= and --min-age= are now shown only in the git-rev-list manpage (plumbing). Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 259072c07..2648a5508 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -130,9 +130,11 @@ limiting may be applied. 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'::