]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-rev-list.c
Teach rev-list an option to read revs from the standard input.
authorJunio C Hamano <junkio@cox.net>
Wed, 6 Sep 2006 04:39:02 +0000 (21:39 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 6 Sep 2006 04:39:02 +0000 (21:39 -0700)
commit42cabc341c4e6da3c9873db7af1003bd1a72a8fd
treebf916e6908b9855a753b405cf50949646a442b80
parent5d6f0935e6df017fcc446e348aebf4da2d210a27
Teach rev-list an option to read revs from the standard input.

When --stdin option is given, in addition to the <rev>s listed
on the command line, the command can read one rev parameter per
line from the standard input.  The list of revs ends at the
first empty line or EOF.

Note that you still have to give all the flags from the command
line; only rev arguments (including A..B, A...B, and A^@ notations)
can be give from the standard input.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt
builtin-rev-list.c