import-commit: disallow $ in generated patch files
[guilt.git] / Documentation / guilt-delete.txt
blob4e8c28c390d33a768a55c2bb02d2ff66b956a592
1 guilt-delete(1)
2 ===============
4 NAME
5 ----
6 guilt-delete - Delete a patch
8 SYNOPSIS
9 --------
10 include::usage-guilt-delete.txt[]
12 DESCRIPTION
13 -----------
14 Delete an unapplied patch from the series.
16 OPTIONS
17 -------
18 -f::
19         Remove the patch from the series and disk
21 <patchname>::
22         Name of the patch to delete.
24 EXAMPLES
25 --------
26 Delete a patch called 'foobar':
28         $ guilt delete foobar
30 Author
31 ------
32 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
34 Documentation
35 -------------
36 Documentation by Brandon Philips <brandon@ifup.org>
38 include::footer.txt[]