<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.33.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.33.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.33.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2021-08-02T21:06:43Z</updated>
<entry>
<title>Git 2.33-rc0</title>
<updated>2021-08-02T21:06:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-07-30T23:14:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=66262451ec94d30ac4b80eb3123549cf7a788afd'/>
<id>urn:sha1:66262451ec94d30ac4b80eb3123549cf7a788afd</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/check-pack-valid-before-opening-bitmap'</title>
<updated>2021-08-02T21:06:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9bcdaab13ea542bbdb4ea4d5f189ca00b9270887'/>
<id>urn:sha1:9bcdaab13ea542bbdb4ea4d5f189ca00b9270887</id>
<content type='text'>
A race between repacking and using pack bitmaps has been corrected.

* jk/check-pack-valid-before-opening-bitmap:
  pack-bitmap: check pack validity when opening bitmap
</content>
</entry>
<entry>
<title>Merge branch 'jt/bulk-prefetch'</title>
<updated>2021-08-02T21:06:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8230107f336b29d25111c517639b8cd5717c8416'/>
<id>urn:sha1:8230107f336b29d25111c517639b8cd5717c8416</id>
<content type='text'>
"git read-tree" had a codepath where blobs are fetched one-by-one
from the promisor remote, which has been corrected to fetch in bulk.

* jt/bulk-prefetch:
  cache-tree: prefetch in partial clone read-tree
  unpack-trees: refactor prefetching code
</content>
</entry>
<entry>
<title>Merge branch 'fc/pull-no-rebase-merges-theirs-into-ours'</title>
<updated>2021-08-02T21:06:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e9fe413fc29efac6d223cf1bd0cad10231e37df3'/>
<id>urn:sha1:e9fe413fc29efac6d223cf1bd0cad10231e37df3</id>
<content type='text'>
Documentation fix for "git pull --rebase=no".

* fc/pull-no-rebase-merges-theirs-into-ours:
  doc: pull: fix rebase=false documentation
</content>
</entry>
<entry>
<title>Merge branch 'ab/bundle-tests'</title>
<updated>2021-08-02T21:06:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=107687b5af43ef2c8ef2051b895feae0951fe6cc'/>
<id>urn:sha1:107687b5af43ef2c8ef2051b895feae0951fe6cc</id>
<content type='text'>
"git bundle" gained more test coverage.

* ab/bundle-tests:
  bundle tests: use test_cmp instead of grep
  bundle tests: use "&gt;file" not ": &gt;file"
</content>
</entry>
<entry>
<title>Merge branch 'ps/perf-with-separate-output-directory'</title>
<updated>2021-08-02T21:06:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e163f73b7bab509a22cee233cfb4f90c781c98cb'/>
<id>urn:sha1:e163f73b7bab509a22cee233cfb4f90c781c98cb</id>
<content type='text'>
Test update.

* ps/perf-with-separate-output-directory:
  perf: fix when running with TEST_OUTPUT_DIRECTORY
</content>
</entry>
<entry>
<title>Merge branch 'js/ci-check-whitespace-updates'</title>
<updated>2021-08-02T21:06:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8a49dfacd630acb1fc7948fabf1f2fa08b18fb22'/>
<id>urn:sha1:8a49dfacd630acb1fc7948fabf1f2fa08b18fb22</id>
<content type='text'>
CI update.

* js/ci-check-whitespace-updates:
  ci(check-whitespace): restrict to the intended commits
  ci(check-whitespace): stop requiring a read/write token
</content>
</entry>
<entry>
<title>Merge branch 'jk/config-env-doc'</title>
<updated>2021-08-02T21:06:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5a9b455146a9b8ee16cc6aef0b33864ea502e7a9'/>
<id>urn:sha1:5a9b455146a9b8ee16cc6aef0b33864ea502e7a9</id>
<content type='text'>
Documentation around GIT_CONFIG has been updated.

* jk/config-env-doc:
  doc/git-config: simplify "override" advice for FILES section
  doc/git-config: clarify GIT_CONFIG environment variable
  doc/git-config: explain --file instead of referring to GIT_CONFIG
</content>
</entry>
<entry>
<title>Merge branch 'pb/submodule-recurse-doc'</title>
<updated>2021-08-02T21:06:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c01881845c6ecf8e5449c54cd8a0ddddf182d280'/>
<id>urn:sha1:c01881845c6ecf8e5449c54cd8a0ddddf182d280</id>
<content type='text'>
Doc update.

* pb/submodule-recurse-doc:
  doc: clarify description of 'submodule.recurse'
</content>
</entry>
<entry>
<title>Merge branch 'tb/bitmap-type-filter-comment-fix'</title>
<updated>2021-08-02T21:06:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2021-08-02T21:06:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9556aadd63b80b519cb66c2c65f325a0d4ce8c2f'/>
<id>urn:sha1:9556aadd63b80b519cb66c2c65f325a0d4ce8c2f</id>
<content type='text'>
In-code comment update.

* tb/bitmap-type-filter-comment-fix:
  pack-bitmap: clarify comment in filter_bitmap_exclude_type()
</content>
</entry>
</feed>
