<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.52.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.52.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.52.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2025-11-05T21:41:52Z</updated>
<entry>
<title>Git 2.52-rc1</title>
<updated>2025-11-05T21:41:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-05T21:41:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=77b7284ccab768981a2cd08b6b2f164d91201e18'/>
<id>urn:sha1:77b7284ccab768981a2cd08b6b2f164d91201e18</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/ci-use-macos-14'</title>
<updated>2025-11-05T21:41:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-05T21:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a18a7449d72c11fee629b986e92681225b282fd'/>
<id>urn:sha1:9a18a7449d72c11fee629b986e92681225b282fd</id>
<content type='text'>
The version of macos image used in GitHub CI has been updated to
macos-14, as the macos-13 that we have been using got deprecated.

* jc/ci-use-macos-14:
  GitHub CI: macos-13 images are no more
</content>
</entry>
<entry>
<title>Merge branch 'rz/t0450-bisect-doc-update'</title>
<updated>2025-11-05T21:41:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-05T21:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c8a641c5904bc55807d4bbed035ab03dbd6c10ba'/>
<id>urn:sha1:c8a641c5904bc55807d4bbed035ab03dbd6c10ba</id>
<content type='text'>
The help text and manual page of "git bisect" command have been
made consistent with each other.

* rz/t0450-bisect-doc-update:
  bisect: update usage and docs to match each other
</content>
</entry>
<entry>
<title>GitHub CI: macos-13 images are no more</title>
<updated>2025-11-05T03:50:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T23:13:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=73b9cdb7c40a675a95758d678c5c7509f98172c8'/>
<id>urn:sha1:73b9cdb7c40a675a95758d678c5c7509f98172c8</id>
<content type='text'>
As this image was deprecated on Sep 22nd, and will be dropped on Dec
4th, replace these jobs to use macos-14 images instead.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more before rc1</title>
<updated>2025-11-04T15:48:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:47:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4cf919bd7b946477798af5414a371b23fd68bf93'/>
<id>urn:sha1:4cf919bd7b946477798af5414a371b23fd68bf93</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/doc-backslash-in-exclude'</title>
<updated>2025-11-04T15:48:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5931b6b2fbfaeceb911296e5f45df95a8c33bdb6'/>
<id>urn:sha1:5931b6b2fbfaeceb911296e5f45df95a8c33bdb6</id>
<content type='text'>
The patterns used in the .gitignore files use backslash in the way
documented for fnmatch(3); document as such to reduce confusion.

* jk/doc-backslash-in-exclude:
  doc: document backslash in gitignore patterns
</content>
</entry>
<entry>
<title>Merge branch 'jk/test-delete-gpgsig-leakfix'</title>
<updated>2025-11-04T15:48:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=377e8e284869a9246692a186e12e7c68d28ca318'/>
<id>urn:sha1:377e8e284869a9246692a186e12e7c68d28ca318</id>
<content type='text'>
Leakfix.

* jk/test-delete-gpgsig-leakfix:
  test-tool: fix leak in delete-gpgsig command
</content>
</entry>
<entry>
<title>Merge branch 'eb/t1016-hash-transition-fix'</title>
<updated>2025-11-04T15:48:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=55e8615d1845aeb5e2276c9cee87ef141f9c7447'/>
<id>urn:sha1:55e8615d1845aeb5e2276c9cee87ef141f9c7447</id>
<content type='text'>
Test fix.

* eb/t1016-hash-transition-fix:
  t1016-compatObjectFormat: really freeze time for reproduciblity
</content>
</entry>
<entry>
<title>Merge branch 'kh/doc-checkout-markup-fix'</title>
<updated>2025-11-04T15:48:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a82fd5067cd3efe41fa160cd47cccfacf096d139'/>
<id>urn:sha1:a82fd5067cd3efe41fa160cd47cccfacf096d139</id>
<content type='text'>
Doc mark-up fix.

* kh/doc-checkout-markup-fix:
  doc: git-checkout: fix placeholder markup
</content>
</entry>
<entry>
<title>Merge branch 'xr/ref-debug-remove-on-disk'</title>
<updated>2025-11-04T15:48:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-11-04T15:48:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=517964205cb04788b67cdc1c75e95ab72116982f'/>
<id>urn:sha1:517964205cb04788b67cdc1c75e95ab72116982f</id>
<content type='text'>
The "debug" ref-backend was missing a method implementation, which
has been corrected.

* xr/ref-debug-remove-on-disk:
  refs: add missing remove_on_disk implementation for debug backend
</content>
</entry>
</feed>
