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