<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin, branch v2.6.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.6.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.6.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-09-14T21:59:06Z</updated>
<entry>
<title>Merge branch 'ah/show-ref-usage-string'</title>
<updated>2015-09-14T21:59:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-14T21:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b8367d1f012ceb86ab48c9024a1bac111bb52dde'/>
<id>urn:sha1:b8367d1f012ceb86ab48c9024a1bac111bb52dde</id>
<content type='text'>
Both "git show-ref -h" and "git show-ref --help" illustrated that the
"--exclude-existing" option makes the command read list of refs
from its standard input.  Change only the "show-ref -h" output to
have a pair of "&lt;&gt;" around the placeholder that designate an input
file, i.e. "git show-ref --exclude-existing &lt; &lt;ref-list&gt;".

* ah/show-ref-usage-string:
  show-ref: place angle brackets around variables in usage string
</content>
</entry>
<entry>
<title>Merge branch 'rt/help-strings-fix'</title>
<updated>2015-09-14T21:59:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-14T21:59:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=153ec926b6ec4ac41f7fdfbca705a3afaa7ef192'/>
<id>urn:sha1:153ec926b6ec4ac41f7fdfbca705a3afaa7ef192</id>
<content type='text'>
* rt/help-strings-fix:
  tag, update-ref: improve description of option "create-reflog"
  pull: don't mark values for option "rebase" for translation
</content>
</entry>
<entry>
<title>Merge branch 'gb/apply-comment-typofix'</title>
<updated>2015-09-14T18:44:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-14T18:44:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e0eeba263c19f0cd2e5ca3cad305d61b2d837a63'/>
<id>urn:sha1:e0eeba263c19f0cd2e5ca3cad305d61b2d837a63</id>
<content type='text'>
* gb/apply-comment-typofix:
  apply: comment grammar fix
</content>
</entry>
<entry>
<title>tag, update-ref: improve description of option "create-reflog"</title>
<updated>2015-09-11T16:50:02Z</updated>
<author>
<name>Ralf Thielow</name>
<email>ralf.thielow@gmail.com</email>
</author>
<published>2015-09-11T16:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98c32bd88911388fac463bcaaf2daf85cbf2b151'/>
<id>urn:sha1:98c32bd88911388fac463bcaaf2daf85cbf2b151</id>
<content type='text'>
The description of option "create-reflog" is "create_reflog", which
is neither a good description, nor a sensible string to translate.
Change it to a more meaningful message.

Signed-off-by: Ralf Thielow &lt;ralf.thielow@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pull: don't mark values for option "rebase" for translation</title>
<updated>2015-09-11T16:50:00Z</updated>
<author>
<name>Ralf Thielow</name>
<email>ralf.thielow@gmail.com</email>
</author>
<published>2015-09-11T15:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7306b39f5ad6d8428cdb6caf7ce38bfc38ee091a'/>
<id>urn:sha1:7306b39f5ad6d8428cdb6caf7ce38bfc38ee091a</id>
<content type='text'>
"false|true|preserve" are actual values for option "rebase"
of the "git-pull" command and should therefore not be marked
for translation.

Signed-off-by: Ralf Thielow &lt;ralf.thielow@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.5.2</title>
<updated>2015-09-09T21:30:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-09T21:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f0bc85462332644ecd2386e0f4fdc9948b9f47dc'/>
<id>urn:sha1:f0bc85462332644ecd2386e0f4fdc9948b9f47dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'jc/builtin-am-signoff-regression-fix'</title>
<updated>2015-09-08T22:35:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-08T22:34:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d6a2b05cbb63b1a923e2bb614dedfca83014f870'/>
<id>urn:sha1:d6a2b05cbb63b1a923e2bb614dedfca83014f870</id>
<content type='text'>
Recent "git am" had regression when adding a Signed-off-by line
with its "-s" option by an unintended tightening of how an existing
trailer block is detected.

* jc/builtin-am-signoff-regression-fix:
  am: match --signoff to the original scripted version
</content>
</entry>
<entry>
<title>am: match --signoff to the original scripted version</title>
<updated>2015-09-07T02:59:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-06T02:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aab845424ef4b9a3fd29406e3d722324440e4a00'/>
<id>urn:sha1:aab845424ef4b9a3fd29406e3d722324440e4a00</id>
<content type='text'>
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off.  An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.

	title here

	message here

	Signed-off-by: Original Author &lt;original@auth.or&gt;
	[rv: tweaked frotz and nitfol]
	Signed-off-by: Re Viewer &lt;rv@ew.er&gt;
	Signed-off-by: Other Reviewer &lt;other@rev.ewer&gt;
	---
	patch here

Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.

The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off".  For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().

In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.

Reported-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.4.9</title>
<updated>2015-09-04T17:43:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3d3caf0b78106c390fc5daceb95ee968312765dd'/>
<id>urn:sha1:3d3caf0b78106c390fc5daceb95ee968312765dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with 2.3.9</title>
<updated>2015-09-04T17:34:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef0e938a1a4b34bc0882e1c542c8e99c98737f7d'/>
<id>urn:sha1:ef0e938a1a4b34bc0882e1c542c8e99c98737f7d</id>
<content type='text'>
</content>
</entry>
</feed>
