[PATCH] Add "Date" field while creating patches from commits
[guilt.git] / Documentation / guilt-push.txt
blob6439f21ea41c44b18fd3660c33d0eced9917f6bd
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 Exit with a non-zero exit status if requested to push more patches
30 than there are in the series.
32 Author
33 ------
34 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
36 Documentation
37 -------------
38 Documentation by Brandon Philips <brandon@ifup.org>
40 include::footer.txt[]