[PATCH] {push,pop}: Add -n <number of patches> option
commit48a24172c86a20ee1b6a746ee73ff8aa66a169ea
authorDavid Chinner <dgc@sgi.com>
Tue, 30 Oct 2007 02:32:41 +0000 (29 22:32 -0400)
committerJosef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Tue, 30 Oct 2007 02:32:41 +0000 (29 22:32 -0400)
tree35364cf43a2df20a94d0d542dd239db83f9feadd
parent32db09419748a19aee20c4db8a07f38ed264466f
[PATCH] {push,pop}: Add -n <number of patches> option

Josef,

One of the things I've found lacking in guilt is the ability to
push or pop multiple patches at a time. The patch below does
this by adding the "-n <num>" option to these.

quilt does it with just a number instead of a patch name, but I'm
too lazy to implement that so '-n' it was ;)

[jsipek: documentation update & misc cleanup]
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
Documentation/guilt-pop.txt
Documentation/guilt-push.txt
guilt-pop
guilt-push
regression/020-push.sh
regression/021-pop.sh