From 56b6d01d8497436e6b2545482ce2c86e614fc73c Mon Sep 17 00:00:00 2001 From: Jakub Narebski Date: Sun, 2 Mar 2008 15:11:35 +0100 Subject: [PATCH] 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 --- Documentation/rev-list-options.txt | 2 ++ 1 file changed, 2 insertions(+) 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':: -- 2.30.2