doc: git doesn't use git-foo invocations.
[guilt.git] / Documentation / guilt-select.txt
blobdd5833e35ae5346d2ee3828f59a3e94cba2b6ea2
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[]