<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.11.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.11.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.11.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-10-31T20:19:53Z</updated>
<entry>
<title>Git 2.11-rc0</title>
<updated>2016-10-31T20:19:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:19:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1'/>
<id>urn:sha1:1fe8f2cf461179c41f64efbd1dc0a9fb3b7a0fb1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nd/test-helpers'</title>
<updated>2016-10-31T20:15:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab3ad63c9aa9664901333ede06ce06ce215b6cde'/>
<id>urn:sha1:ab3ad63c9aa9664901333ede06ce06ce215b6cde</id>
<content type='text'>
Update to the test framework made in 2.9 timeframe broke running
the tests under valgrind, which has been fixed.

* nd/test-helpers:
  valgrind: support test helpers
</content>
</entry>
<entry>
<title>Merge branch 'sc/fmt-merge-msg-doc-markup-fix'</title>
<updated>2016-10-31T20:15:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=590f0bfe9f8c97fe64a32354191b135d136d6f3a'/>
<id>urn:sha1:590f0bfe9f8c97fe64a32354191b135d136d6f3a</id>
<content type='text'>
Documentation fix.

* sc/fmt-merge-msg-doc-markup-fix:
  Documentation/fmt-merge-msg: fix markup in example
</content>
</entry>
<entry>
<title>Merge branch 'ak/sh-setup-dot-source-i18n-fix'</title>
<updated>2016-10-31T20:15:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=da14d73d5eacfb2fa9d054f94d9eecb2244c3ce5'/>
<id>urn:sha1:da14d73d5eacfb2fa9d054f94d9eecb2244c3ce5</id>
<content type='text'>
Recent update to git-sh-setup (a library of shell functions that
are used by our in-tree scripted Porcelain commands) included
another shell library git-sh-i18n without specifying where it is,
relying on the $PATH.  This has been fixed to be more explicit by
prefixing $(git --exec-path) output in front.

* ak/sh-setup-dot-source-i18n-fix:
  git-sh-setup: be explicit where to dot-source git-sh-i18n from.
</content>
</entry>
<entry>
<title>Merge branch 'rs/commit-pptr-simplify'</title>
<updated>2016-10-31T20:15:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2f445c17e59bb1fa49ad9197a4155f878f50d5f5'/>
<id>urn:sha1:2f445c17e59bb1fa49ad9197a4155f878f50d5f5</id>
<content type='text'>
Code simplification.

* rs/commit-pptr-simplify:
  commit: simplify building parents list
</content>
</entry>
<entry>
<title>Merge branch 'jk/rebase-config-insn-fmt-docfix'</title>
<updated>2016-10-31T20:15:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=702b6a6fc0ed8cebdb1c60856fa24b9e947fa0e0'/>
<id>urn:sha1:702b6a6fc0ed8cebdb1c60856fa24b9e947fa0e0</id>
<content type='text'>
Documentation fix.

* jk/rebase-config-insn-fmt-docfix:
  doc: fix missing "::" in config list
</content>
</entry>
<entry>
<title>Merge branch 'ak/pre-receive-hook-template-modefix'</title>
<updated>2016-10-31T20:15:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3d0ff881d0818c5bb93da99f74c3c343e07d18af'/>
<id>urn:sha1:3d0ff881d0818c5bb93da99f74c3c343e07d18af</id>
<content type='text'>
A trivial clean-up to a recently graduated topic.

* ak/pre-receive-hook-template-modefix:
  pre-receive.sample: mark it executable
</content>
</entry>
<entry>
<title>Merge branch 'jk/common-main'</title>
<updated>2016-10-31T20:15:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b8171981fdea62f1f4c44f6d26f65b6324b31263'/>
<id>urn:sha1:b8171981fdea62f1f4c44f6d26f65b6324b31263</id>
<content type='text'>
A trivial clean-up to a recently graduated topic.

* jk/common-main:
  git-compat-util: move content inside ifdef/endif guards
</content>
</entry>
<entry>
<title>Merge branch 'aw/numbered-stash'</title>
<updated>2016-10-31T20:15:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9fa1f902bf8eaaa2a1d78cd7603d28a33d46e30c'/>
<id>urn:sha1:9fa1f902bf8eaaa2a1d78cd7603d28a33d46e30c</id>
<content type='text'>
The user always has to say "stash@{$N}" when naming a single
element in the default location of the stash, i.e. reflogs in
refs/stash.  The "git stash" command learned to accept "git stash
apply 4" as a short-hand for "git stash apply stash@{4}".

* aw/numbered-stash:
  stash: allow stashes to be referenced by index only
</content>
</entry>
<entry>
<title>Merge branch 'jt/trailer-with-cruft'</title>
<updated>2016-10-31T20:15:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-10-31T20:15:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cabb79d8c1c5e4f81f3435603f17c74480888395'/>
<id>urn:sha1:cabb79d8c1c5e4f81f3435603f17c74480888395</id>
<content type='text'>
Update "interpret-trailers" machinery and teaches it that people in
real world write all sorts of crufts in the "trailer" that was
originally designed to have the neat-o "Mail-Header: like thing"
and nothing else.

* jt/trailer-with-cruft:
  trailer: support values folded to multiple lines
  trailer: forbid leading whitespace in trailers
  trailer: allow non-trailers in trailer block
  trailer: clarify failure modes in parse_trailer
  trailer: make args have their own struct
  trailer: streamline trailer item create and add
  trailer: use list.h for doubly-linked list
  trailer: improve const correctness
</content>
</entry>
</feed>
