-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathguilt-select.txt
More file actions
50 lines (36 loc) · 978 Bytes
/
Copy pathguilt-select.txt
File metadata and controls
50 lines (36 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
guilt-select(1)
===============
NAME
----
guilt-select - Select guards to apply when pushing patches
SYNOPSIS
--------
include::usage-guilt-select.txt[]
DESCRIPTION
-----------
Select guards to apply when pushing patches.
Guards are selected without the + or - prefix. Patches are applied in
the following way:
* An unguarded patch is always applied.
* A patch with a positive guard is applied *only* if the guard is
selected with "+guilt select+".
* A patch with a negative guard is applied *unless* the guard is
selected with "+guilt select+".
OPTIONS
-------
-n|--none::
Remove all selected guards
--pop::
Pop back to the first guarded patch
--reapply::
Pop back to first guarded patch, select a new guard, and
push
-s|--series::
List all guards listed in the series file
Author
------
Written by Eric Lesh <[email protected]>
Documentation
-------------
Documentation by Eric Lesh <[email protected]>
include::footer.txt[]