diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-02 07:49:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-02 07:49:24 +0200 |
commit | 37a13acb2e9ec58c9dd8ee81a48dd4fa6d90ff29 (patch) | |
tree | c7496f349137603a8ef89cb72b9049107b84e04a /Documentation/git-format-patch.txt | |
parent | Merge branch 'tr/maint-1.6.1-doc-format-patch--root' (diff) | |
parent | format-patch: add arbitrary email headers (diff) | |
download | git-37a13acb2e9ec58c9dd8ee81a48dd4fa6d90ff29.tar.xz git-37a13acb2e9ec58c9dd8ee81a48dd4fa6d90ff29.zip |
Merge branch 'mh/format-patch-add-header'
* mh/format-patch-add-header:
format-patch: add arbitrary email headers
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r-- | Documentation/git-format-patch.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index c105925df8..db3bdb5657 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -157,6 +157,11 @@ if that is not set. Add a "Cc:" header to the email headers. This is in addition to any configured headers, and may be used multiple times. +--add-header=<header>:: + Add an arbitrary header to the email headers. This is in addition + to any configured headers, and may be used multiple times. + For example, --add-header="Organization: git-foo" + --cover-letter:: In addition to the patches, generate a cover letter file containing the shortlog and the overall diffstat. You can |