author | Christian Couder <chriscool@tuxfamily.org> | |
Mon, 14 Jun 2010 05:29:38 +0000 (00:29 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 25 Jun 2010 15:55:48 +0000 (08:55 -0700) | ||
commit | f873a273d1381574fd9b2f3f613c0c7e40fe3a1c | |
tree | db19a5352dfbe8eedb42dd42fa15534ac0a5e76b | tree | snapshot |
parent | 18c8ff46104302ea30e879a0f2cb5eefb94df1a4 | commit | diff |
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>
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 | diff | blob | history | |
builtin/revert.c | diff | blob | history | |
t/t3508-cherry-pick-many-commits.sh | diff | blob | history |