Re: [PATCH] Add tests for git format-patch --to and format.to config option

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stephen Boyd
Date: Sunday, March 7, 2010 - 2:43 am

On 03/06/2010 07:42 PM, Junio C Hamano wrote:

Actually, I think the same applies to send-email too? There's
sendemail.to and sendemail.cc which can't be overridden. At least the
email associated commands are all quirky ;-)

Honestly though, I think you're right about fixing them. We have the
option of making them consistent with the rest of git with a little bit
of work. If you say --no-cc or --no-add-headers or --no-to the
respective config should be overriden. If you say --to or --cc or
--add-headers it should be appended. I doubt anyone would find that
surprising since --no-* doesn't do anything right now.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Wed Mar 3, 5:02 pm)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Adam Simpkins, (Wed Mar 3, 5:36 pm)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), =?UTF-8?Q?Bj=C3=B6rn ..., (Thu Mar 4, 1:26 am)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Tay Ray Chuan, (Thu Mar 4, 5:09 am)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Thu Mar 4, 11:26 am)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Thu Mar 4, 11:26 am)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Thu Mar 4, 2:42 pm)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Thu Mar 4, 5:49 pm)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Junio C Hamano, (Thu Mar 4, 8:23 pm)
Re: What's cooking in git.git (Mar 2010, #01; Wed, 03), Christian Couder, (Fri Mar 5, 10:32 am)
Re: [PATCH] Add tests for git format-patch --to and format ..., Stephen Boyd, (Sun Mar 7, 2:43 am)
[PATCH 1/4] send-email: actually add bcc headers, Stephen Boyd, (Sun Mar 7, 2:33 pm)
Re: [PATCH 1/4] send-email: actually add bcc headers, Stephen Boyd, (Sun Mar 7, 2:53 pm)
Re: [PATCH 2/4] format-patch: use a string_list for headers, Johannes Schindelin, (Sun Mar 7, 3:13 pm)