Documentation: Remove --{min,max}-age option from git-log(1)

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>
This commit is contained in:
Jakub Narebski 2008-03-02 15:11:35 +01:00 committed by Junio C Hamano
parent a3647bee1a
commit 56b6d01d84

View file

@ -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'::