All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Antti Palosaari <crope@iki.fi>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: v4 [PATCH 00/10] Query DVB frontend delivery capabilities
Date: Sat, 10 Dec 2011 14:21:17 -0200	[thread overview]
Message-ID: <4EE386FD.3050500@redhat.com> (raw)
In-Reply-To: <4EE35B55.3070900@iki.fi>

On 10-12-2011 11:15, Antti Palosaari wrote:
> On 12/10/2011 03:08 PM, Mauro Carvalho Chehab wrote:
>> A separate issue: please, don't send patches like that as attachment. It
>> makes
>> hard for people review. Instead, you should use git send-email. There's
>> even
>> an example there (at least on git version 1.7.8) showing how to set it for
>> Google:
>>
>> $ git help send-email
>> ...
>> EXAMPLE
>> Use gmail as the smtp server
>> To use git send-email to send your patches through the GMail SMTP
>> server, edit ~/.gitconfig to specify your
>> account settings:
>>
>> [sendemail]
>> smtpencryption = tls
>> smtpserver = smtp.gmail.com
>> smtpuser = yourname@gmail.com
>> smtpserverport = 587
>>
>> Once your commits are ready to be sent to the mailing list, run the
>> following commands:
>>
>> $ git format-patch --cover-letter -M origin/master -o outgoing/
>> $ edit outgoing/0000-*
>> $ git send-email outgoing/*
>
> I have SMTP which requires login over SSL. I am not sure if Git send-email event supports that

It does.

> but even if it supports I don't like idea to put my clear text password to some config file.

You could then write a small script:

	#!/bin/bash
	echo -n Password:
	read
	git send-email --smtp-pass $REPLY

This would avoid storing your password at the bash history or at a config file.

> That's why I have used Thunderbird with External Editor and it sucks :/

git send-email will likely work a way better than that.

Regards,
Mauro

  parent reply	other threads:[~2011-12-10 16:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10  4:41 v4 [PATCH 00/10] Query DVB frontend delivery capabilities Manu Abraham
2011-12-10 13:00 ` Mauro Carvalho Chehab
2011-12-10 13:08 ` Mauro Carvalho Chehab
2011-12-10 13:15   ` Antti Palosaari
2011-12-10 13:21     ` Mauro Carvalho Chehab
2011-12-10 16:21     ` Mauro Carvalho Chehab [this message]
2011-12-12  6:35   ` Manu Abraham
2011-12-12 13:42     ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE386FD.3050500@redhat.com \
    --to=mchehab@redhat.com \
    --cc=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.