From: Junio C Hamano Date: Thu, 3 Nov 2005 07:41:25 +0000 (-0800) Subject: Document --since and --until options to rev-parse. X-Git-Tag: v0.99.9c^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a3114b3428595710d4719dd668531210af5993c9?ds=inline;hp=--cc 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 --- a3114b3428595710d4719dd668531210af5993c9 diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 099db294f4..dfe21391aa 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -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. + ...:: Flags and parameters to be parsed.