<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.13.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.13.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.13.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2017-04-20T04:42:08Z</updated>
<entry>
<title>Git 2.13-rc0</title>
<updated>2017-04-20T04:42:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:42:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6a2c2f8d34fa1e8f3bb85d159d354810ed63692e'/>
<id>urn:sha1:6a2c2f8d34fa1e8f3bb85d159d354810ed63692e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jh/memihash-opt'</title>
<updated>2017-04-20T04:37:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8377f34540a33074df10ffcf27c6e90f9c88c847'/>
<id>urn:sha1:8377f34540a33074df10ffcf27c6e90f9c88c847</id>
<content type='text'>
Hotfix for a topic that is already in 'master'.

* jh/memihash-opt:
  p0004: make perf test executable
  t3008: skip lazy-init test on a single-core box
  test-online-cpus: helper to return cpu count
  name-hash: fix buffer overrun
</content>
</entry>
<entry>
<title>Merge branch 'vn/revision-shorthand-for-side-branch-log'</title>
<updated>2017-04-20T04:37:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5feb8b8429b405e72b5786036774c9ffb20b64d9'/>
<id>urn:sha1:5feb8b8429b405e72b5786036774c9ffb20b64d9</id>
<content type='text'>
Doc cleanup.

* vn/revision-shorthand-for-side-branch-log:
  doc/revisions: remove brackets from rev^-n shorthand
</content>
</entry>
<entry>
<title>Merge branch 'sf/putty-w-args'</title>
<updated>2017-04-20T04:37:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c96e3ce62523429a10026c932ceef41eb4aad3dd'/>
<id>urn:sha1:c96e3ce62523429a10026c932ceef41eb4aad3dd</id>
<content type='text'>
* sf/putty-w-args:
  connect.c: handle errors from split_cmdline
</content>
</entry>
<entry>
<title>Merge branch 'ld/p4-current-branch-fix'</title>
<updated>2017-04-20T04:37:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c2cbb30fc075d9bf926a739d05712b4debae4b97'/>
<id>urn:sha1:c2cbb30fc075d9bf926a739d05712b4debae4b97</id>
<content type='text'>
"git p4" used "name-rev HEAD" when it wants to learn what branch is
checked out; it should use "symbolic-ref HEAD".

* ld/p4-current-branch-fix:
  git-p4: don't use name-rev to get current branch
  git-p4: add read_pipe_text() internal function
  git-p4: add failing test for name-rev rather than symbolic-ref
</content>
</entry>
<entry>
<title>Merge branch 'dt/gc-ignore-old-gc-logs'</title>
<updated>2017-04-20T04:37:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=442136f742b18872b292cc37ae4809d746791043'/>
<id>urn:sha1:442136f742b18872b292cc37ae4809d746791043</id>
<content type='text'>
* dt/gc-ignore-old-gc-logs:
  t6500: wait for detached auto gc at the end of the test script
</content>
</entry>
<entry>
<title>Merge branch 'bw/attr-pathspec'</title>
<updated>2017-04-20T04:37:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2f9dfb83d7665940ad09464adc70f73ecf01cc03'/>
<id>urn:sha1:2f9dfb83d7665940ad09464adc70f73ecf01cc03</id>
<content type='text'>
* bw/attr-pathspec:
  pathspec: fix segfault in clear_pathspec
</content>
</entry>
<entry>
<title>Merge branch 'ab/grep-plug-pathspec-leak'</title>
<updated>2017-04-20T04:37:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=df3b1192650c6753932a0897c4608fcc22ca8d47'/>
<id>urn:sha1:df3b1192650c6753932a0897c4608fcc22ca8d47</id>
<content type='text'>
Call clear_pathspec() to release resources immediately before the
cmd_grep() function returns.

* ab/grep-plug-pathspec-leak:
  grep: plug a trivial memory leak
</content>
</entry>
<entry>
<title>Merge branch 'jk/no-looking-at-dotgit-outside-repo'</title>
<updated>2017-04-20T04:37:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=eb3af74e93953df7917dca43d264ac8d1fb85671'/>
<id>urn:sha1:eb3af74e93953df7917dca43d264ac8d1fb85671</id>
<content type='text'>
Clean up fallouts from recent tightening of the set-up sequence,
where Git barfs when repository information is accessed without
first ensuring that it was started in a repository.

* jk/no-looking-at-dotgit-outside-repo:
  test-read-cache: setup git dir
  has_sha1_file: don't bother if we are not in a repository
</content>
</entry>
<entry>
<title>Merge branch 'nd/files-backend-git-dir'</title>
<updated>2017-04-20T04:37:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2017-04-20T04:37:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ab8f2261fa2b595abe433dd50be0f2aaec14aa0'/>
<id>urn:sha1:5ab8f2261fa2b595abe433dd50be0f2aaec14aa0</id>
<content type='text'>
The "submodule" specific field in the ref_store structure is
replaced with a more generic "gitdir" that can later be used also
when dealing with ref_store that represents the set of refs visible
from the other worktrees.

* nd/files-backend-git-dir: (28 commits)
  refs.h: add a note about sorting order of for_each_ref_*
  t1406: new tests for submodule ref store
  t1405: some basic tests on main ref store
  t/helper: add test-ref-store to test ref-store functions
  refs: delete pack_refs() in favor of refs_pack_refs()
  files-backend: avoid ref api targeting main ref store
  refs: new transaction related ref-store api
  refs: add new ref-store api
  refs: rename get_ref_store() to get_submodule_ref_store() and make it public
  files-backend: replace submodule_allowed check in files_downcast()
  refs: move submodule code out of files-backend.c
  path.c: move some code out of strbuf_git_path_submodule()
  refs.c: make get_main_ref_store() public and use it
  refs.c: kill register_ref_store(), add register_submodule_ref_store()
  refs.c: flatten get_ref_store() a bit
  refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  refs.c: introduce get_main_ref_store()
  files-backend: remove the use of git_path()
  files-backend: add and use files_ref_path()
  files-backend: add and use files_reflog_path()
  ...
</content>
</entry>
</feed>
