From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Sunshine Subject: Re: How to use --cc-cmd in git-send-email? Date: Mon, 20 Jul 2015 14:07:00 -0400 Message-ID: References: <8684534127894F239338493A7D15F46D@PhilipOakley> <28D6CFA8D1964D34B1E7F28325AF94A8@PhilipOakley> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Git List To: Philip Oakley X-From: git-owner@vger.kernel.org Mon Jul 20 20:07:12 2015 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZHFT5-00051H-9R for gcvg-git-2@plane.gmane.org; Mon, 20 Jul 2015 20:07:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752319AbbGTSHD (ORCPT ); Mon, 20 Jul 2015 14:07:03 -0400 Received: from mail-yk0-f181.google.com ([209.85.160.181]:34688 "EHLO mail-yk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbbGTSHB (ORCPT ); Mon, 20 Jul 2015 14:07:01 -0400 Received: by ykax123 with SMTP id x123so145576958yka.1 for ; Mon, 20 Jul 2015 11:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=NoQ+Vcnea7hDIhPM93eF2Bx9cSIXlV1Jx9xfR5/Zdm0=; b=MX526yUHw9aaclr+TwMRnlefmQLboTpj7WXzHkslBmgHM8jjJgSfAksaYR+ktsqHUL P0Yj/1t6PBxNQDnVhYfRfFErKTFEpxkcTDLFyXpDQnaaVM5dOuK3+IRcIgsQPxkYBeKW Suz9DNUOYKZxxJNZpMOhmgxC9rnsi859Mm5NA5ft482kJYP1CejeuNrsbV9O0C7PvxO3 0Rytx5Ht14APQZIwWoaMGRMO6liRbire8iXdO2rHzFBqFxZUSSvguhlbeonB759lVKRN sWiznN9s1XddA2iofqkavcR8yTN7LA1ATDtVj+qAx6qWWgNwBwHcFYn4nzfBl0j9snvp aAAQ== X-Received: by 10.129.91.87 with SMTP id p84mr30221372ywb.95.1437415620861; Mon, 20 Jul 2015 11:07:00 -0700 (PDT) Received: by 10.37.12.129 with HTTP; Mon, 20 Jul 2015 11:07:00 -0700 (PDT) In-Reply-To: <28D6CFA8D1964D34B1E7F28325AF94A8@PhilipOakley> X-Google-Sender-Auth: EKIMxINyuoY5MfKGFWb-hIfByN8 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Jul 20, 2015 at 10:20 AM, Philip Oakley wrote: > From: "Eric Sunshine" >> On Mon, Jul 20, 2015 at 2:01 AM, Philip Oakley >> wrote: >>> I may try and do a small doc patch for the git-send-email.txt man page (I >>> have a few doc fixes backing up waiting to be done ;-) >> >> That would be welcome. I don't think it's mentioned at all in >> git-send-email.txt that the --to-cmd/--cc-cmd commands are handed the >> patch pathname as an argument, so that's certainly something worth >> documenting. > > The other issue I noted was wondering what "auto-cc" is? > > It's only mentioned the once in: > --suppress-cc= > > Specify an additional category of recipients to suppress the auto-cc of: > > Is it a sort of double negative? Certainly I had no idea what an auto-cc was > ;-) I presume that "auto-cc" refers to git-send-email's behavior of figuring out whom to cc: automatically (by gleaning email addresses from various sources, such as the patch itself, cc-cmd, etc.). Even just saying "...suppress the automatic cc:'ing..." would be an improvement, though it may deserve its own little paragraph explaining that automatic cc:'ing is occurring and from where the email addresses are gleaned.