1GUILT-SELECT(1) Guilt Manual GUILT-SELECT(1)
2
3
4
6 guilt-select - Select guards to apply when pushing patches
7
10 Select guards to apply when pushing patches.
11
12 Guards are selected without the + or - prefix. Patches are applied in
13 the following way:
14
15
16 · An unguarded patch is always applied.
17
18 · A patch with a positive guard is applied only if the guard is
19 selected with "guilt select".
20
21 · A patch with a negative guard is applied unless the guard is
22 selected with "guilt select".
23
25 -n|--none
26 Remove all selected guards
27
28 --pop
29 Pop back to the first guarded patch
30
31 --reapply
32 Pop back to first guarded patch, select a new guard, and push
33
34 -s|--series
35 List all guards listed in the series file
36
38 Written by Eric Lesh <eclesh@ucla.edu[1]>
39
41 Documentation by Eric Lesh <eclesh@ucla.edu[1]>
42
44 Part of the guilt(7) suite (Generated for Guilt v0.36)
45
47 1. eclesh@ucla.edu
48 mailto:eclesh@ucla.edu
49
50
51
52Guilt v0.36 07/25/2019 GUILT-SELECT(1)