X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-send-email.txt;h=fbde2d3be523443c8388f9bb43cc0d5682658f8f;hb=974e6e42f7a66b69bd684af4f637ab064acfdf92;hp=9902da43c7c24342346f2fcdce86c8db9411b28d;hpb=7c74c3926ad60ba1bbfed13355f00a29813a0f32;p=git.git diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index 9902da43c..fbde2d3be 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -193,12 +193,12 @@ Automating - 'self' will avoid including the sender - 'cc' will avoid including anyone mentioned in Cc lines in the patch header except for self (use 'self' for that). -- 'ccbody' will avoid including anyone mentioned in Cc lines in the +- 'bodycc' will avoid including anyone mentioned in Cc lines in the patch body (commit message) except for self (use 'self' for that). - 'sob' will avoid including anyone mentioned in Signed-off-by lines except for self (use 'self' for that). - 'cccmd' will avoid running the --cc-cmd. -- 'body' is equivalent to 'sob' + 'ccbody' +- 'body' is equivalent to 'sob' + 'bodycc' - 'all' will suppress all auto cc values. -- +