[PATCH] Add "Date" field while creating patches from commits
[guilt.git] / Documentation / guilt-header.txt
blob71b2e6622e1c3c759a4636d13847d72ed8d87da2
1 guilt-header(1)
2 ===============
4 NAME
5 ----
6 guilt-header - Print a patch header
8 SYNOPSIS
9 --------
10 include::usage-guilt-header.txt[]
12 DESCRIPTION
13 -----------
14 Prints either the topmost patch's header or the header of a specified patch.
16 -e::
17         Open the header in an editor, instead of printing it.
18 -E::
19         Open the raw patch in an editor, instead of printing it.
20 <patchname>::
21         Name of the patch. If a patch with exactly this name exists,
22         use it. Otherwise, treat the name as a regexp; if the regexp
23         matches a single patch, use it. Otherwise, list all matching
24         patch names to stderr and fail.
26 Author
27 ------
28 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
30 Documentation
31 -------------
32 Documentation by Brandon Philips <brandon@ifup.org>
34 include::footer.txt[]