From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: [PATCH v3 3/3] New send-email option smtpserveroption. Date: Sun, 05 Sep 2010 14:49:15 -0700 (PDT) Message-ID: References: <1283708940-2172-1-git-send-email-pascal@obry.net> <1283708940-2172-4-git-send-email-pascal@obry.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Pascal Obry X-From: git-owner@vger.kernel.org Sun Sep 05 23:49:25 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OsN5Y-0001JX-QF for gcvg-git-2@lo.gmane.org; Sun, 05 Sep 2010 23:49:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754563Ab0IEVtS (ORCPT ); Sun, 5 Sep 2010 17:49:18 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:58021 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754465Ab0IEVtR (ORCPT ); Sun, 5 Sep 2010 17:49:17 -0400 Received: by mail-fx0-f46.google.com with SMTP id 13so2212827fxm.19 for ; Sun, 05 Sep 2010 14:49:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type; bh=vUqkOlND2xEQCghTXN2tAKxLwYM8jqOV8dsEQaHv9BI=; b=Zzk1Sw5BNuLVnLQmdCHwEAhJS7nJfKRqlvGH02I8o9yLHSwypdfRO1lokmRt/TaisL IwQzY2PUnmYCTVJzuE4iF1CUZrSZK0PGA08+gwugNw/qdY/3ETTP8zcLFQO/Zve2S9NM /8OquSExcOzC/8EXCSg4z1F+ybh1Zak1482Rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type; b=pjo26zcJ7t+cpOh1WS3y48WADFRLkylpob0BZtz7LjVb1sgPmImWwVmlFZhuvp9oOi tR/1whQdM22MYMMEH0aZ0jf/8a01aDyKcUOFkaIfRoFWca4k749UZ8brHvx1B4iUa1rU oAXeIF7+wfTd/O1WO+rob9iCh7Mv2oUxwIdWk= Received: by 10.223.109.15 with SMTP id h15mr1449330fap.46.1283723356815; Sun, 05 Sep 2010 14:49:16 -0700 (PDT) Received: from localhost.localdomain (abuz71.neoplus.adsl.tpnet.pl [83.8.197.71]) by mx.google.com with ESMTPS id k25sm2045673fac.17.2010.09.05.14.49.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Sep 2010 14:49:15 -0700 (PDT) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id o85Lmk9D000453; Sun, 5 Sep 2010 23:48:56 +0200 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id o85LmTtY000443; Sun, 5 Sep 2010 23:48:30 +0200 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: <1283708940-2172-4-git-send-email-pascal@obry.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Pascal Obry writes: > The new command line parameter --smtp-server-option or default > configuration sendemail.smtpserveroption can be used to pass > specific options to the SMTP server. Update the documentation > accordingly. Sign-off? (See Documentation/SubmittingPatches). > --- > Documentation/git-send-email.txt | 8 ++++++++ > git-send-email.perl | 8 +++++++- > 2 files changed, 15 insertions(+), 1 deletions(-) Needs update to Documentation/config.txt, adding line about sendemail.smtpserveroption. > > diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt > index c283084..5af05bc 100644 > --- a/Documentation/git-send-email.txt > +++ b/Documentation/git-send-email.txt > @@ -157,6 +157,14 @@ user is prompted for a password while the input is masked for privacy. > `/usr/lib/sendmail` if such program is available, or > `localhost` otherwise. > > +--smtp-server-option=