import-commit: disallow $ in generated patch files
[guilt.git] / Documentation / guilt-pop.txt
blobb0b89cc38b3e8ded54d9841d9af9de6ca5eedc70
1 guilt-pop(1)
2 ============
4 NAME
5 ----
6 guilt-pop - Pop patches from the tree
8 SYNOPSIS
9 --------
10 include::usage-guilt-pop.txt[]
12 OPTIONS
13 -------
14 --all::
15 -a::
16         Pop all patches off the tree
18 -f::
19         Force; discards any unrefreshed changes
21 -n <num>::
22         Push specified number of patches
24 <patchname>::
25         Pop all patches up to and including this patch off the tree
27 If no patchname is given, pop the top-most patch.
29 Exit with a non-zero exit status if requested to pop more patches
30 than there are on the stack.
32 Author
33 ------
34 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
36 Documentation
37 -------------
38 Documentation by Brandon Philips <brandon@ifup.org>
40 include::footer.txt[]