<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.50.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.50.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.50.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2025-06-03T15:55:24Z</updated>
<entry>
<title>Git 2.50-rc1</title>
<updated>2025-06-03T15:55:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0bd2d791cc9f745ebaedafc0e1cbebdebe41343e'/>
<id>urn:sha1:0bd2d791cc9f745ebaedafc0e1cbebdebe41343e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bs/online-cpus-bsd'</title>
<updated>2025-06-03T15:55:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:55:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2beccb38fccb1f5a0cf709e1dcd6f5970b123c7e'/>
<id>urn:sha1:2beccb38fccb1f5a0cf709e1dcd6f5970b123c7e</id>
<content type='text'>
Update online_cpus() functrion on BSD variants.

* bs/online-cpus-bsd:
  thread-utils.c: detect online CPU count on OpenBSD / NetBSD
</content>
</entry>
<entry>
<title>Merge branch 'bs/total-ram-bsd'</title>
<updated>2025-06-03T15:55:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:55:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d9a1e51c76818858d1bc59d1a2a056a1e1df1c41'/>
<id>urn:sha1:d9a1e51c76818858d1bc59d1a2a056a1e1df1c41</id>
<content type='text'>
Update total_ram() functrion on BSD variants.

* bs/total-ram-bsd:
  builtin/gc: correct physical memory detection for OpenBSD / NetBSD
</content>
</entry>
<entry>
<title>Merge branch 'kh/doc-column-markup-fix'</title>
<updated>2025-06-03T15:55:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:55:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=86c32bbee8501310290d146a48a1aea22ce9c779'/>
<id>urn:sha1:86c32bbee8501310290d146a48a1aea22ce9c779</id>
<content type='text'>
Doc updates.

* kh/doc-column-markup-fix:
  doc: column: fix blank lines around block delimiters
</content>
</entry>
<entry>
<title>Merge branch 'sj/ref-contents-check-fix'</title>
<updated>2025-06-03T15:55:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-03T15:55:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c38b74f28618d71cf4987aa215d1f7c432a318ac'/>
<id>urn:sha1:c38b74f28618d71cf4987aa215d1f7c432a318ac</id>
<content type='text'>
"git verify-refs" (and hence "git fsck --reference") started
erroring out in a repository in which secondary worktrees were
prepared with Git 2.43 or lower.

* sj/ref-contents-check-fix:
  fsck: ignore missing "refs" directory for linked worktrees
</content>
</entry>
<entry>
<title>fsck: ignore missing "refs" directory for linked worktrees</title>
<updated>2025-06-02T18:20:19Z</updated>
<author>
<name>shejialuo</name>
<email>shejialuo@gmail.com</email>
</author>
<published>2025-06-02T14:41:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d5b3c38b8a1356921a87cc3d435e6de91a9fbff1'/>
<id>urn:sha1:d5b3c38b8a1356921a87cc3d435e6de91a9fbff1</id>
<content type='text'>
"git refs verify" doesn't work if there are worktrees created on Git
v2.43.0 or older versions. These versions don't automatically create the
"refs" directory, causing the error:

    error: cannot open directory .git/worktrees/&lt;worktree name&gt;/refs:
    No such file or directory

Since 8f4c00de95 (builtin/worktree: create refdb via ref backend,
2024-01-08), we automatically create the "refs" directory for new
worktrees. And in 7c78d819e6 (ref: support multiple worktrees check for
refs, 2024-11-20), we assume that all linked worktrees have this
directory and would wrongly report an error to the user, thus
introducing compatibility issue.

Check for ENOENT errno before reporting directory access errors for
linked worktrees to maintain backward compatibility.

Reported-by: Kristoffer Haugsbakk &lt;code@khaugsbakk.name&gt;
Signed-off-by: shejialuo &lt;shejialuo@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more before -rc1</title>
<updated>2025-06-02T16:25:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-02T16:25:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b07857f7dcffee4d3b428df8dce6c9b49a57c9c1'/>
<id>urn:sha1:b07857f7dcffee4d3b428df8dce6c9b49a57c9c1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'wk/sparse-checkout-doc-fix'</title>
<updated>2025-06-02T16:25:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-02T16:25:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3624591b84ad76e5dacb94439b2ab81cdfecf8d1'/>
<id>urn:sha1:3624591b84ad76e5dacb94439b2ab81cdfecf8d1</id>
<content type='text'>
Doc update.

* wk/sparse-checkout-doc-fix:
  doc: sparse-checkout: use consistent inline list style
</content>
</entry>
<entry>
<title>Merge branch 'jc/signed-fast-export-is-experimental'</title>
<updated>2025-06-02T16:25:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-02T16:25:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bbe8a3723b16161fcf06180f7e6cc2138cbde9c3'/>
<id>urn:sha1:bbe8a3723b16161fcf06180f7e6cc2138cbde9c3</id>
<content type='text'>
Mark a new feature added during this cycle as experimental and fix
its default so that existing users of the fast-export command is
not broken.

* jc/signed-fast-export-is-experimental:
  fast-export: --signed-commits is experimental
</content>
</entry>
<entry>
<title>Merge branch 'ja/doc-synopsis-style'</title>
<updated>2025-06-02T16:25:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-06-02T16:25:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4f91e606fb86633cdaf6dca40deeb517efe5b91a'/>
<id>urn:sha1:4f91e606fb86633cdaf6dca40deeb517efe5b91a</id>
<content type='text'>
Doc mark-up fixes.

* ja/doc-synopsis-style:
  doc: convert git-switch manpage to new synopsis style
  doc: convert git-mergetool options to new synopsis style
  doc: convert git-mergetool manpage to new synopsis style
  doc: switch merge config description to new synopsis format
  doc: convert merge strategies to synopsis format
  doc: merge-options.adoc remove a misleading double negation
  doc: convert merge options to new synopsis format
  doc: convert git-merge manpage to new style
  doc: convert git-checkout manpage to new style
</content>
</entry>
</feed>
