guilt-patchbomb (1) - Linux Manuals
guilt-patchbomb: Email a series of commits interactively
NAME
guilt-patchbomb - Email a series of commits interactively
SYNOPSIS
guilt-patchbomb [-n] [--in-reply-to <msgid>] [--git] [<hash> | <since>..[<until>] | ..<until>]DESCRIPTION
Send a series of commits via email asking for To, CC and other information interactively.OPTIONS
-n
- Doncqt send
--in-reply-to <msgid>
- Set the In-reply-to header to the specified message id. This allows the patches to be sent as replies to an arbitrary message.
--git
- Generate a patch which uses all the features offered by the git diff format (e.g., rename and copy detection).
<hash>
- Only the specified revision.
<since>..[<until>]
- Revisions starting from <since> until <until>. The <since> revision it self is NOT included, while <until> is. If <until> is not specified, it is assumed to be HEAD.
..<until>
- All revisions until the <until> revision (inclusive).
AUTHOR
Written by Josef "Jeff" Sipek <m[blue]jeffpc [at] josefsipek.netm[][1]>DOCUMENTATION
Documentation by Brandon Philips <m[blue]brandon [at] ifup.orgm[][2]>GUILT
Part of the linkguilt:guilt[7] suite (Generated for Guilt v0.33)NOTES
- 1.
-
jeffpc [at] josefsipek.net
- mailto:jeffpc [at] josefsipek.net
- 2.
-
brandon [at] ifup.org
- mailto:brandon [at] ifup.org