Skip to content

Commit

Permalink
Documentation: Remove --{min,max}-age option from git-log(1)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Mar 2, 2008
1 parent a3647be commit 56b6d01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/rev-list-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'::

Expand Down

0 comments on commit 56b6d01

Please sign in to comment.