guilt: Working around missing touch -d on Darwin.
[guilt.git] / Documentation / guilt-guard.txt
blob17eee4b90ac070f600e42f9a9594adeeb6592a60
1 guilt-guard(1)
2 ==============
4 NAME
5 ----
6 guilt-guard - Assign guards to patches
8 SYNOPSIS
9 --------
10 include::usage-guilt-guard.txt[]
12 DESCRIPTION
13 -----------
14 Assign guards to the specified patch, or to the patch on top of the
15 stack if no patch is given on the command line.
17 An unguarded patch is always pushed.
19 A positive guard begins with a +. A patch with a positive guard is
20 pushed *only if* the guard is selected.
22 A negative guard begins with a -. A patch with a negative guard is
23 always pushed, *unless* the guard is selected.
25 OPTIONS
26 -------
27 -l|--list::
28         List all patches and their guards
30 -n|--none::
31         Remove all guards from a patch
33 Author
34 ------
35 Written by Eric Lesh <eclesh@ucla.edu>
37 Documentation
38 -------------
39 Documentation by Eric Lesh <eclesh@ucla.edu>
41 include::footer.txt[]