Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

guilt-patchbomb(1) [debian man page]

GUILT-PATCHBOMB(1)						   Guilt Manual 						GUILT-PATCHBOMB(1)

NAME
guilt-patchbomb - Email a series of commits interactively SYNOPSIS
guilt-patchbomb [-n] [-s] [--in-reply-to <msgid>] [--git] [--subject-prefix <prefix>] [<hash> | <since>..[<until>] | ..<until>] DESCRIPTION
Send a series of commits via email asking for To, CC and other information interactively. OPTIONS
-n Don't send -s Don't add additional repository committer sign-offs to the patch. This allows the sign-off chain to be fully expressed in the commit messages and not changed by the act of sending a patchbomb. --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). --subject-prefix <prefix> Rather than using the standard [PATCH] prefix in the subject line, use [<prefix>] instead. <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 <jeffpc@josefsipek.net[1]> DOCUMENTATION
Documentation by Brandon Philips <brandon@ifup.org[2]> GUILT
Part of the guilt(7) suite (Generated for Guilt v0.35) NOTES
1. jeffpc@josefsipek.net mailto:jeffpc@josefsipek.net 2. brandon@ifup.org mailto:brandon@ifup.org Guilt v0.35 01/20/2013 GUILT-PATCHBOMB(1)

Check Out this Related Man Page

GUILT-NEW(1)							   Guilt Manual 						      GUILT-NEW(1)

NAME
guilt-new - Create a new patch SYNOPSIS
guilt-new [-f] [-s] [-e|-m message] <patchname> DESCRIPTION
Create a new patch and push it on top of the stack. An optional patch description can be supplied either interactively on via the command line. OPTIONS
-f Force patch creation if there are unrefreshed changes. These changes will get automatically imported into the new patch. -s Add a Signed-off-by with your committer identifier string to the patch message. -e Edit the patch message interactively. This option can be combined with -s to easily sign off on the patch. -m <message> The "<message>" string will used as the commit message. This option can be combined with -s to easily sign off on the patch. <patchname> Name of the patch to create. This must be a legal relative pathname string. For example, "foo", "foo/bar", and "foo/bar/foobar" are all valid. EXAMPLES
Create a new patch called foobar: $ guilt-new foobar Create a patch called foo and supply a patch description interactively: $ guilt-new -e foo Create a patch called bar with a provided patch description and sign off on the patch: $ guilt-new -s -m patch-fu bar AUTHOR
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]> DOCUMENTATION
Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]> GUILT
Part of the guilt(7) suite (Generated for Guilt v0.35) NOTES
1. jeffpc@josefsipek.net mailto:jeffpc@josefsipek.net Guilt v0.35 01/20/2013 GUILT-NEW(1)
Man Page