patchbomb: Git parses the patch mboxes and extracts Cc lines automatically
[guilt.git] / Documentation / guilt-push.txt
bloba77fe8635f41a62d653c11988c7c37cba8290c0f
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 <jsipek@cs.sunysb.edu>
33 Documentation
34 -------------
35 Documentation by Brandon Philips <brandon@ifup.org>
37 include::footer.txt[]