revert: accept arbitrary rev-list options
commitf873a273d1381574fd9b2f3f613c0c7e40fe3a1c
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 14 Jun 2010 05:29:38 +0000 (14 00:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Jun 2010 15:55:48 +0000 (25 08:55 -0700)
treedb19a5352dfbe8eedb42dd42fa15534ac0a5e76b
parent18c8ff46104302ea30e879a0f2cb5eefb94df1a4
revert: accept arbitrary rev-list options

This can be useful to do something like:

git rev-list --reverse master -- README | git cherry-pick -n --stdin

without using xargs.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cherry-pick.txt
builtin/revert.c
t/t3508-cherry-pick-many-commits.sh