<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.4.3</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.4.3</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.4.3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2015-06-05T19:22:33Z</updated>
<entry>
<title>Git 2.4.3</title>
<updated>2015-06-05T19:22:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:15:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=69f9a6e54a46c4a75dff680047a465d04cca20ca'/>
<id>urn:sha1:69f9a6e54a46c4a75dff680047a465d04cca20ca</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'dl/branch-error-message' into maint</title>
<updated>2015-06-05T19:00:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cbac7067a406380dd0061ecdd990a5e64ca88abf'/>
<id>urn:sha1:cbac7067a406380dd0061ecdd990a5e64ca88abf</id>
<content type='text'>
Error messages from "git branch" called remote-tracking branches as
"remote branches".

* dl/branch-error-message:
  branch: do not call a "remote-tracking branch" a "remote branch"
</content>
</entry>
<entry>
<title>Merge branch 'jk/skip-http-tests-under-no-curl' into maint</title>
<updated>2015-06-05T19:00:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c538004ccb643388020b0e362409e469ed50d054'/>
<id>urn:sha1:c538004ccb643388020b0e362409e469ed50d054</id>
<content type='text'>
Test clean-up.

* jk/skip-http-tests-under-no-curl:
  tests: skip dav http-push tests under NO_EXPAT=NoThanks
  t/lib-httpd.sh: skip tests if NO_CURL is defined
</content>
</entry>
<entry>
<title>Merge branch 'ps/doc-packfile-vs-pack-file' into maint</title>
<updated>2015-06-05T19:00:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e41f8d98e37643909e22317f2ffdd940b953af55'/>
<id>urn:sha1:e41f8d98e37643909e22317f2ffdd940b953af55</id>
<content type='text'>
Doc consistency updates.

* ps/doc-packfile-vs-pack-file:
  doc: fix inconsistent spelling of "packfile"
  pack-protocol.txt: fix insconsistent spelling of "packfile"
  git-unpack-objects.txt: fix inconsistent spelling of "packfile"
  git-verify-pack.txt: fix inconsistent spelling of "packfile"
</content>
</entry>
<entry>
<title>Merge branch 'fg/document-commit-message-stripping' into maint</title>
<updated>2015-06-05T19:00:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=48feda5873deab617a368df0af4bc10a0731124c'/>
<id>urn:sha1:48feda5873deab617a368df0af4bc10a0731124c</id>
<content type='text'>
* fg/document-commit-message-stripping:
  Documentation: clarify how "git commit" cleans up the edited log message
</content>
</entry>
<entry>
<title>Merge branch 'jk/rerere-forget-check-enabled' into maint</title>
<updated>2015-06-05T19:00:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5c2e65497be246c6b61e772e79f54b346baf5f49'/>
<id>urn:sha1:5c2e65497be246c6b61e772e79f54b346baf5f49</id>
<content type='text'>
"git rerere forget" in a repository without rerere enabled gave a
cryptic error message; it should be a silent no-op instead.

* jk/rerere-forget-check-enabled:
  rerere: exit silently on "forget" when rerere is disabled
</content>
</entry>
<entry>
<title>Merge branch 'pt/pull-log-n' into maint</title>
<updated>2015-06-05T19:00:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4cb9fe35c015c576177d6a0ce096c935876544fc'/>
<id>urn:sha1:4cb9fe35c015c576177d6a0ce096c935876544fc</id>
<content type='text'>
"git pull --log" and "git pull --no-log" worked as expected, but
"git pull --log=20" did not.

* pt/pull-log-n:
  pull: handle --log=&lt;n&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pt/pull-ff-vs-merge-ff' into maint</title>
<updated>2015-06-05T19:00:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7e46f27fa627c0f9f6f547bef53e5aa2de52dec5'/>
<id>urn:sha1:7e46f27fa627c0f9f6f547bef53e5aa2de52dec5</id>
<content type='text'>
The pull.ff configuration was supposed to override the merge.ff
configuration, but it didn't.

* pt/pull-ff-vs-merge-ff:
  pull: parse pull.ff as a bool or string
  pull: make pull.ff=true override merge.ff
</content>
</entry>
<entry>
<title>Merge branch 'rs/plug-leak-in-pack-bitmaps' into maint</title>
<updated>2015-06-05T19:00:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=06629901444888e5fa491c5f5f24ff03686af9a9'/>
<id>urn:sha1:06629901444888e5fa491c5f5f24ff03686af9a9</id>
<content type='text'>
The code to read pack-bitmap wanted to allocate a few hundred
pointers to a structure, but by mistake allocated and leaked memory
enough to hold that many actual structures.  Correct the allocation
size and also have it on stack, as it is small enough.

* rs/plug-leak-in-pack-bitmaps:
  pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps
</content>
</entry>
<entry>
<title>Merge branch 'ja/tutorial-asciidoctor-fix' into maint</title>
<updated>2015-06-05T19:00:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-06-05T19:00:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7c1ff53d5ffb0d16972452ed122849b3fbb1957f'/>
<id>urn:sha1:7c1ff53d5ffb0d16972452ed122849b3fbb1957f</id>
<content type='text'>
A literal block in the tutorial had lines with unequal lengths to
delimit it from the rest of the document, which choke GitHub's
AsciiDoc renderer.

* ja/tutorial-asciidoctor-fix:
  doc: fix unmatched code fences
</content>
</entry>
</feed>
