diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:34 -0700 |
commit | 486d1a56443fb19770a7d1abe08f1f4e9e44534d (patch) | |
tree | 0c5b62e39b278cf08594c866ac65f45acf6ca0bf /Documentation | |
parent | Merge branch 'cc/hooks-doc' (diff) | |
parent | Add tests for sendemail.cc configuration variable (diff) | |
download | tgif-486d1a56443fb19770a7d1abe08f1f4e9e44534d.tar.xz |
Merge branch 'mv/format-cc'
* mv/format-cc:
Add tests for sendemail.cc configuration variable
git-send-email: add a new sendemail.cc configuration variable
git-format-patch: add a new format.cc configuration variable
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-format-patch.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 7548a21d35..c60ce123ec 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -174,6 +174,7 @@ and file suffix, and number patches when outputting more than one. subjectprefix = CHANGE suffix = .txt numbered = auto + cc = <email> ------------ |