guilt-fold: merge headers of the 2 patches
[guilt.git] / Documentation / guilt-select.txt
blobf7fb5f7f6f53e0b4ca5e91f78b50765ea3d1ed70
1 guilt-select(1)
2 ===============
4 NAME
5 ----
6 guilt-select - Select guards to apply when pushing patches
8 SYNOPSIS
9 --------
10 include::usage-guilt-select.txt[]
12 DESCRIPTION
13 -----------
14 Select guards to apply when pushing patches.
16 Guards are selected without the + or - prefix.  Patches are applied in
17 the following way:
19 * An unguarded patch is always applied.
21 * A patch with a positive guard is applied *only* if the guard is
22 selected with guilt-select.
24 * A patch with a negative guard is applied *unless* the guard is
25 selected with guilt-select.
27 OPTIONS
28 -------
29 -n|--none::
30         Remove all selected guards
32 --pop::
33         Pop back to the first guarded patch
35 --reapply::
36         Pop back to first guarded patch, select a new guard, and
37         push
39 -s|--series::
40         List all guards listed in the series file
42 Author
43 ------
44 Written by Eric Lesh <eclesh@ucla.edu>
46 Documentation
47 -------------
48 Documentation by Eric Lesh <eclesh@ucla.edu>
50 include::footer.txt[]