summaryrefslogtreecommitdiffstats
path: root/git-format-patch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-06-22 23:22:55 +0000
committerJunio C Hamano <junio@kernel.org>2010-06-22 23:22:55 +0000
commit89a5734841938bb740c6a30b2c5b1a6ad4c4fc20 (patch)
treee5fe749f756d68ca6b039ea18d2ad80281d9c0a3 /git-format-patch.txt
parentbb88cf46ef8a2521a253db9ab576e12202a54fa5 (diff)
downloadgit-htmldocs-89a5734841938bb740c6a30b2c5b1a6ad4c4fc20.tar.gz
Autogenerated HTML docs for v1.7.1-569-g6f426
Diffstat (limited to 'git-format-patch.txt')
-rw-r--r--git-format-patch.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-format-patch.txt b/git-format-patch.txt
index 835fb7135..c8c81e843 100644
--- a/git-format-patch.txt
+++ b/git-format-patch.txt
@@ -13,6 +13,7 @@ SYNOPSIS
[--no-thread | --thread[=<style>]]
[(--attach|--inline)[=<boundary>] | --no-attach]
[-s | --signoff]
+ [--signature=<signature> | --no-signature]
[-n | --numbered | -N | --no-numbered]
[--start-number <n>] [--numbered-files]
[--in-reply-to=Message-Id] [--suffix=.<sfx>]
@@ -180,6 +181,12 @@ will want to ensure that threading is disabled for `git send-email`.
containing the shortlog and the overall diffstat. You can
fill in a description in the file before sending it out.
+--[no]-signature=<signature>::
+ Add a signature to each message produced. Per RFC 3676 the signature
+ is separated from the body by a line with '-- ' on it. If the
+ signature option is omitted the signature defaults to the git version
+ number.
+
--suffix=.<sfx>::
Instead of using `.patch` as the suffix for generated
filenames, use specified suffix. A common alternative is