<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-send-email.perl, branch v2.12.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.12.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.12.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2017-03-21T22:03:30Z</updated>
<entry>
<title>Merge branch 'jh/send-email-one-cc' into maint</title>
<updated>2017-03-21T22:03:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-03-21T22:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=71da2fb077c90d24f3d3b7597cea0393702ec467'/>
<id>urn:sha1:71da2fb077c90d24f3d3b7597cea0393702ec467</id>
<content type='text'>
"Cc:" on the trailer part does not have to conform to RFC strictly,
unlike in the e-mail header.  "git send-email" has been updated to
ignore anything after '&gt;' when picking addresses, to allow non-address
cruft like " # stable 4.4" after the address.

* jh/send-email-one-cc:
  send-email: only allow one address per body tag
</content>
</entry>
<entry>
<title>send-email: only allow one address per body tag</title>
<updated>2017-02-27T18:02:55Z</updated>
<author>
<name>Johan Hovold</name>
<email>johan@kernel.org</email>
</author>
<published>2017-02-20T11:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9d3343961b845c02f9a3e0e9535492687c404b17'/>
<id>urn:sha1:9d3343961b845c02f9a3e0e9535492687c404b17</id>
<content type='text'>
Adding comments after a tag in the body is a common practise (e.g. in
the Linux kernel) and git-send-email has been supporting this for years
by removing any trailing cruft after the address.

After some recent changes, any trailing comment is now instead appended
to the recipient name (with some random white space inserted) resulting
in undesirable noise in the headers, for example:

CC: "# 3 . 3 . x : 1b9508f : sched : Rate-limit newidle" &lt;stable@vger.kernel.org&gt;

Revert to the earlier behaviour of discarding anything after the (first)
address in a tag while parsing the body.

Note that multiple addresses after are still allowed after a command
line switch (and in a CC header field).

Also note that --suppress-cc=self was never honoured when using multiple
addresses in a tag.

Signed-off-by: Johan Hovold &lt;johan@kernel.org&gt;
Reviewed-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>i18n: send-email: mark composing message for translation</title>
<updated>2016-12-14T19:00:06Z</updated>
<author>
<name>Vasco Almeida</name>
<email>vascomalmeida@sapo.pt</email>
</author>
<published>2016-12-14T12:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=70aedfb3ecef6660962d84cbd1455704cd9be5b8'/>
<id>urn:sha1:70aedfb3ecef6660962d84cbd1455704cd9be5b8</id>
<content type='text'>
When composing an e-mail, there is a message for the user whose lines
begin in "GIT:" that can be marked for translation.

Signed-off-by: Vasco Almeida &lt;vascomalmeida@sapo.pt&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>i18n: send-email: mark string with interpolation for translation</title>
<updated>2016-12-14T19:00:06Z</updated>
<author>
<name>Vasco Almeida</name>
<email>vascomalmeida@sapo.pt</email>
</author>
<published>2016-12-14T12:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c5cd20c7d177f0d93532271f421037c1440a2ff'/>
<id>urn:sha1:3c5cd20c7d177f0d93532271f421037c1440a2ff</id>
<content type='text'>
Mark warnings, errors and other messages that are interpolated for
translation.

We call sprintf() before calling die() and in few other circumstances in
order to replace the values on the placeholders.

Signed-off-by: Vasco Almeida &lt;vascomalmeida@sapo.pt&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>i18n: send-email: mark warnings and errors for translation</title>
<updated>2016-12-14T19:00:05Z</updated>
<author>
<name>Vasco Almeida</name>
<email>vascomalmeida@sapo.pt</email>
</author>
<published>2016-12-14T12:54:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=464931053bba771c670fa52ed6ca2eea72a55109'/>
<id>urn:sha1:464931053bba771c670fa52ed6ca2eea72a55109</id>
<content type='text'>
Mark warnings, errors and other messages for translation.

Signed-off-by: Vasco Almeida &lt;vascomalmeida@sapo.pt&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>i18n: send-email: mark strings for translation</title>
<updated>2016-12-14T19:00:05Z</updated>
<author>
<name>Vasco Almeida</name>
<email>vascomalmeida@sapo.pt</email>
</author>
<published>2016-12-14T12:54:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a4dde4c4e9059416a6249dce3958ffce5a134e0f'/>
<id>urn:sha1:a4dde4c4e9059416a6249dce3958ffce5a134e0f</id>
<content type='text'>
Mark strings often displayed to the user for translation.

Signed-off-by: Vasco Almeida &lt;vascomalmeida@sapo.pt&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/send-email-skip-backup'</title>
<updated>2016-07-11T17:31:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:31:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89b8710fce0d1b3d99c0a1c218bacb82ff0811e4'/>
<id>urn:sha1:89b8710fce0d1b3d99c0a1c218bacb82ff0811e4</id>
<content type='text'>
A careless invocation of "git send-email directory/" after editing
0001-change.patch with an editor often ends up sending both
0001-change.patch and its backup file, 0001-change.patch~, causing
embarrassment and a minor confusion.  Detect such an input and
offer to skip the backup files when sending the patches out.

* jc/send-email-skip-backup:
  send-email: detect and offer to skip backup files
</content>
</entry>
<entry>
<title>Merge branch 'jd/send-email-to-whom'</title>
<updated>2016-05-03T21:08:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-05-03T21:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9b782d297c141cc45973c8b455cc93495d86b277'/>
<id>urn:sha1:9b782d297c141cc45973c8b455cc93495d86b277</id>
<content type='text'>
A question by "git send-email" to ask the identity of the sender
has been updated.

* jd/send-email-to-whom:
  send-email: fix grammo in the prompt that asks e-mail recipients
</content>
</entry>
<entry>
<title>send-email: fix grammo in the prompt that asks e-mail recipients</title>
<updated>2016-04-25T20:35:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-24T19:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0d6b21e781be54423e85e3968178a74bb8b90969'/>
<id>urn:sha1:0d6b21e781be54423e85e3968178a74bb8b90969</id>
<content type='text'>
The message, which dates back to the very original version 83b24437
made in 2005, sounds clumsy, grammatically incorrect, and is hard to
understand.

Reported-by: John Darrington &lt;john@darrington.wattle.id.au&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ew/send-email-drop-data-dumper'</title>
<updated>2016-04-22T22:45:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-04-22T22:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=56b5a915e9ec5bc27c05dc7babfc601f46803d1c'/>
<id>urn:sha1:56b5a915e9ec5bc27c05dc7babfc601f46803d1c</id>
<content type='text'>
Code clean-up.

* ew/send-email-drop-data-dumper:
  send-email: do not load Data::Dumper
</content>
</entry>
</feed>
