summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2008-03-02 15:11:35 +0100
committerJunio C Hamano <gitster@pobox.com>2008-03-02 13:52:08 -0800
commit56b6d01d8497436e6b2545482ce2c86e614fc73c (patch)
treec000336395a2a320565669e677fbaa377ae86921 /Documentation
parenta3647bee1a91d930c4c3e17e36232b5c4a51533d (diff)
downloadgit-56b6d01d8497436e6b2545482ce2c86e614fc73c.tar.gz
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 259072c078..2648a55085 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'::