<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t, branch v2.37.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.37.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.37.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2022-08-11T04:52:35Z</updated>
<entry>
<title>Merge branch 'ma/t4200-update' into maint</title>
<updated>2022-08-11T04:52:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5856cb98c016657f793ec632ea42c4bb0add0101'/>
<id>urn:sha1:5856cb98c016657f793ec632ea42c4bb0add0101</id>
<content type='text'>
Test fix.
source: &lt;20220718154322.2177166-1-martin.agren@gmail.com&gt;

* ma/t4200-update:
  t4200: drop irrelevant code
</content>
</entry>
<entry>
<title>Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint</title>
<updated>2022-08-11T04:52:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=042159a5093db5da1be2a90b7c1b88441ece6029'/>
<id>urn:sha1:042159a5093db5da1be2a90b7c1b88441ece6029</id>
<content type='text'>
There was a bug in the codepath to upgrade generation information
in commit-graph from v1 to v2 format, which has been corrected.
source: &lt;cover.1657667404.git.me@ttaylorr.com&gt;

* tb/commit-graph-genv2-upgrade-fix:
  commit-graph: fix corrupt upgrade from generation v1 to v2
  commit-graph: introduce `repo_find_commit_pos_in_graph()`
  t5318: demonstrate commit-graph generation v2 corruption
</content>
</entry>
<entry>
<title>Merge branch 'tk/untracked-cache-with-uall' into maint</title>
<updated>2022-08-11T04:52:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4f049a16bf47c97639cb78b3ede3c6888fe91987'/>
<id>urn:sha1:4f049a16bf47c97639cb78b3ede3c6888fe91987</id>
<content type='text'>
Fix for a bug that makes write-tree to fail to write out a
non-existent index as a tree, introduced in 2.37.
source: &lt;20220722212232.833188-1-martin.agren@gmail.com&gt;

* tk/untracked-cache-with-uall:
  read-cache: make `do_read_index()` always set up `istate-&gt;repo`
</content>
</entry>
<entry>
<title>Merge branch 'mt/checkout-count-fix' into maint</title>
<updated>2022-08-11T04:52:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=340a6120e5efdc37edc2a2dbc7ddc6befd5e6995'/>
<id>urn:sha1:340a6120e5efdc37edc2a2dbc7ddc6befd5e6995</id>
<content type='text'>
"git checkout" miscounted the paths it updated, which has been
corrected.
source: &lt;cover.1657799213.git.matheus.bernardino@usp.br&gt;

* mt/checkout-count-fix:
  checkout: fix two bugs on the final count of updated entries
  checkout: show bug about failed entries being included in final report
  checkout: document bug where delayed checkout counts entries twice
</content>
</entry>
<entry>
<title>Merge branch 'hx/lookup-commit-in-graph-fix' into maint</title>
<updated>2022-08-11T04:52:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=312d5b7429508cc339ae66e9d618b4308dd1d1e8'/>
<id>urn:sha1:312d5b7429508cc339ae66e9d618b4308dd1d1e8</id>
<content type='text'>
A corner case bug where lazily fetching objects from a promisor
remote resulted in infinite recursion has been corrected.
source: &lt;cover.1656593279.git.hanxin.hx@bytedance.com&gt;

* hx/lookup-commit-in-graph-fix:
  t5330: remove run_with_limited_processses()
  commit-graph.c: no lazy fetch in lookup_commit_in_graph()
</content>
</entry>
<entry>
<title>Merge branch 'jc/resolve-undo' into maint</title>
<updated>2022-08-11T04:52:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-11T04:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a6aeb2fef9850e05c51e36a8c05b019e2954b2ef'/>
<id>urn:sha1:a6aeb2fef9850e05c51e36a8c05b019e2954b2ef</id>
<content type='text'>
The resolve-undo information in the index was not protected against
GC, which has been corrected.
source: &lt;xmqq35f7kzad.fsf@gitster.g&gt;

* jc/resolve-undo:
  fsck: do not dereference NULL while checking resolve-undo data
  revision: mark blobs needed for resolve-undo as reachable
</content>
</entry>
<entry>
<title>Merge branch 'ds/doc-wo-whitelist' into maint</title>
<updated>2022-08-05T22:51:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-05T22:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef7b9ad032be2f0f06186083f3319c18bc002921'/>
<id>urn:sha1:ef7b9ad032be2f0f06186083f3319c18bc002921</id>
<content type='text'>
Avoid "white/black-list" in documentation and code comments.
source: &lt;pull.1274.v3.git.1658255537.gitgitgadget@gmail.com&gt;

* ds/doc-wo-whitelist:
  transport.c: avoid "whitelist"
  t: avoid "whitelist"
  git.txt: remove redundant language
  git-cvsserver: clarify directory list
  daemon: clarify directory arguments
</content>
</entry>
<entry>
<title>Merge branch 'mb/config-document-include' into maint</title>
<updated>2022-08-05T22:51:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-05T22:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d16978517c20911cbef6f98b78c6ec84ae1be57d'/>
<id>urn:sha1:d16978517c20911cbef6f98b78c6ec84ae1be57d</id>
<content type='text'>
Add missing documentation for "include" and "includeIf" features in
"git config" file format, which incidentally teaches the command
line completion to include them in its offerings.
source: &lt;pull.1285.v2.git.1658002423864.gitgitgadget@gmail.com&gt;

* mb/config-document-include:
  config.txt: document include, includeIf
</content>
</entry>
<entry>
<title>Merge branch 'jk/clone-unborn-confusion' into maint</title>
<updated>2022-08-05T22:51:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-08-05T22:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=de28459136810bc12d4fd380e02b7fb8b5b49421'/>
<id>urn:sha1:de28459136810bc12d4fd380e02b7fb8b5b49421</id>
<content type='text'>
"git clone" from a repository with some ref whose HEAD is unborn
did not set the HEAD in the resulting repository correctly, which
has been corrected.
source: &lt;YsdyLS4UFzj0j/wB@coredump.intra.peff.net&gt;

* jk/clone-unborn-confusion:
  clone: move unborn head creation to update_head()
  clone: use remote branch if it matches default HEAD
  clone: propagate empty remote HEAD even with other branches
  clone: drop extra newline from warning message
</content>
</entry>
<entry>
<title>Merge branch 'll/ls-files-tests-update' into maint</title>
<updated>2022-07-27T20:19:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2022-07-27T20:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e3d49aa5aa8beb4b535ef916c4b9174093efd36c'/>
<id>urn:sha1:e3d49aa5aa8beb4b535ef916c4b9174093efd36c</id>
<content type='text'>
Test update.
source: &lt;pull.1269.v6.git.1656863349926.gitgitgadget@gmail.com&gt;

* ll/ls-files-tests-update:
  ls-files: update test style
</content>
</entry>
</feed>
