1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "GUILT\-SELECT" "1" "01/22/2015" "Guilt v0.36\-rc1" "Guilt Manual"
6 .\" disable hyphenation
8 .\" disable justification (adjust text to left margin only)
11 guilt\-select \- Select guards to apply when pushing patches
13 \fIguilt\-select\fR [ \-n | \-\-none | \-s | \-\-series | [\-\-pop|\-\-reapply] <guards\&...> ]
15 Select guards to apply when pushing patches.
17 Guards are selected without the + or \- prefix. Patches are applied in the following way:
20 An unguarded patch is always applied.
23 A patch with a positive guard is applied \fBonly\fR if the guard is selected with guilt\-select.
26 A patch with a negative guard is applied \fBunless\fR the guard is selected with guilt\-select.
30 Remove all selected guards
33 Pop back to the first guarded patch
36 Pop back to first guarded patch, select a new guard, and push
39 List all guards listed in the series file
41 Written by Eric Lesh <[1]\&\fIeclesh@ucla.edu\fR>
43 Documentation by Eric Lesh <[1]\&\fIeclesh@ucla.edu\fR>
45 Part of the \fBguilt\fR(7) suite (Generated for Guilt v0.36\-rc1)
49 \%mailto:eclesh@ucla.edu