1
0
mirror of https://github.com/git/git.git synced 2025-04-17 20:55:49 +00:00

Document --since and --until options to rev-parse.

The usability magic were hidden in the source code without being
documented, and even the maintainer did not know about them ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-11-02 23:41:25 -08:00
parent 9534f40bc4
commit a3114b3428

@ -72,6 +72,14 @@ OPTIONS
path of the current directory relative to the top-level
directory.
--since=datestring, --after=datestring::
Parses the date string, and outputs corresponding
--max-age= parameter for git-rev-list command.
--until=datestring, --before=datestring::
Parses the date string, and outputs corresponding
--min-age= parameter for git-rev-list command.
<args>...::
Flags and parameters to be parsed.