Man page - guilt-patchbomb(1)
Packages contas this manual
- guilt-commit(1)
- guilt-unapplied(1)
- guilt(7)
- guilt-series(1)
- guilt-pop(1)
- guilt-status(1)
- guilt-export(1)
- guilt-help(1)
- guilt-patchbomb(1)
- guilt-new(1)
- guilt-top(1)
- guilt-push(1)
- guilt-refresh(1)
- guilt-header(1)
- guilt-delete(1)
- guilt-select(1)
- guilt-import-commit(1)
- guilt-init(1)
- guilt-rebase(1)
- guilt-files(1)
- guilt-add(1)
- guilt-diff(1)
- guilt-rm(1)
- guilt-branch(1)
- guilt-fold(1)
- guilt-guard(1)
- guilt-repair(1)
- guilt-prev(1)
- guilt-import(1)
- guilt-fork(1)
- guilt-applied(1)
- guilt-graph(1)
- guilt-next(1)
Package: guilt
apt-get install guilt
apt-get install guilt
Manuals in package:
Documentations in package:
Manual
| 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.36)
NOTES
- 1.
- jeffpc@josefsipek.net
mailto:jeffpc@josefsipek.net
- 2.
- brandon@ifup.org
mailto:brandon@ifup.org
| 01/12/2023 | Guilt v0.36 |