[PATCH] guilt: skip empty line after from: line in patch descriptoin
[guilt.git] / Documentation / guilt-push.txt
blob6ee86b97c89b6797508e5099c7dedadc5e553684
1 guilt-push(1)
2 =============
4 NAME
5 ----
6 guilt-push - Push patches onto the tree
8 SYNOPSIS
9 --------
10 include::usage-guilt-push.txt[]
12 OPTIONS
13 -------
14 -f::
15         Force the push if the patch doesn't apply cleanly
17 --all::
18 -a::
19         Push all patches on the tree
21 -n <num>::
22         Push specified number of patches
24 <patchname>::
25         Push all patches up to and including this patch on the tree
27 If no patchname is given, push the next patch in the series onto the tree.
29 Author
30 ------
31 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
33 Documentation
34 -------------
35 Documentation by Brandon Philips <brandon@ifup.org>
37 include::footer.txt[]