<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.6.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.6.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.6.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2015-09-08T22:38:43Z</updated>
<entry>
<title>Git 2.6-rc1</title>
<updated>2015-09-08T22:38:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-08T22:38:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=689efb737a7b46351850eefdfa57d2ce232011fb'/>
<id>urn:sha1:689efb737a7b46351850eefdfa57d2ce232011fb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</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='http://git.kilabit.info/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='http://git.kilabit.info/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 maint</title>
<updated>2015-09-04T21:34:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T21:34:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ec371ff6e382d660458eeb8c337d4744985bf308'/>
<id>urn:sha1:ec371ff6e382d660458eeb8c337d4744985bf308</id>
<content type='text'>
* maint:
</content>
</entry>
<entry>
<title>Merge branch 'ee/clean-test-fixes' into maint</title>
<updated>2015-09-04T02:18:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fb8880dea3111deb4b1134471aa36f99285d86dc'/>
<id>urn:sha1:fb8880dea3111deb4b1134471aa36f99285d86dc</id>
<content type='text'>
* ee/clean-test-fixes:
  t7300: fix broken &amp;&amp; chains
</content>
</entry>
<entry>
<title>Merge branch 'jk/log-missing-default-HEAD' into maint</title>
<updated>2015-09-04T02:18:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5af77d13529a332bef99d22d0d983d5378edf534'/>
<id>urn:sha1:5af77d13529a332bef99d22d0d983d5378edf534</id>
<content type='text'>
"git init empty &amp;&amp; git -C empty log" said "bad default revision 'HEAD'",
which was found to be a bit confusing to new users.

* jk/log-missing-default-HEAD:
  log: diagnose empty HEAD more clearly
</content>
</entry>
<entry>
<title>Merge branch 'cc/trailers-corner-case-fix' into maint</title>
<updated>2015-09-04T02:18:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d939886dbea58cf779f53f4c7b246a6562e184e'/>
<id>urn:sha1:9d939886dbea58cf779f53f4c7b246a6562e184e</id>
<content type='text'>
The "interpret-trailers" helper mistook a multi-paragraph title of
a commit log message with a colon in it as the end of the trailer
block.

* cc/trailers-corner-case-fix:
  trailer: support multiline title
  trailer: retitle a test and correct an in-comment message
  trailer: ignore first line of message
</content>
</entry>
<entry>
<title>Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update' into maint</title>
<updated>2015-09-04T02:18:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=311e5ce2cc06f7bb640be62f487e5b3d14bbb9a0'/>
<id>urn:sha1:311e5ce2cc06f7bb640be62f487e5b3d14bbb9a0</id>
<content type='text'>
When re-priming the cache-tree opportunistically while committing
the in-core index as-is, we mistakenly invalidated the in-core
index too aggressively, causing the experimental split-index code
to unnecessarily rewrite the on-disk index file(s).

* dt/commit-preserve-base-index-upon-opportunistic-cache-tree-update:
  commit: don't rewrite shared index unnecessarily
</content>
</entry>
<entry>
<title>Merge branch 'rs/archive-zip-many' into maint</title>
<updated>2015-09-04T02:18:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1c820392282466b50f650d484a3560087a7fe686'/>
<id>urn:sha1:1c820392282466b50f650d484a3560087a7fe686</id>
<content type='text'>
"git archive" did not use zip64 extension when creating an archive
with more than 64k entries, which nobody should need, right ;-)?

* rs/archive-zip-many:
  archive-zip: support more than 65535 entries
  archive-zip: use a local variable to store the creator version
  t5004: test ZIP archives with many entries
</content>
</entry>
<entry>
<title>Merge branch 'jc/calloc-pathspec' into maint</title>
<updated>2015-09-04T02:18:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T02:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ae6ac8483b706b48882dcee96a42a4198744308a'/>
<id>urn:sha1:ae6ac8483b706b48882dcee96a42a4198744308a</id>
<content type='text'>
Minor code cleanup.

* jc/calloc-pathspec:
  ps_matched: xcalloc() takes nmemb and then element size
</content>
</entry>
</feed>
