<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.54.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.54.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.54.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2026-04-02T04:31:08Z</updated>
<entry>
<title>Git 2.54-rc0</title>
<updated>2026-04-02T04:31:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-02T04:31:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=256554692df0685b45e60778b08802b720880c50'/>
<id>urn:sha1:256554692df0685b45e60778b08802b720880c50</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>RelNotes: minor typo fixes in 2.54.0 draft</title>
<updated>2026-04-02T04:15:26Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2026-04-01T21:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6cc95979c668d9b8c6081955989a4d9de3dd4ff0'/>
<id>urn:sha1:6cc95979c668d9b8c6081955989a4d9de3dd4ff0</id>
<content type='text'>
Signed-off-by: Todd Zullinger &lt;tmz@pobox.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>The 24th batch</title>
<updated>2026-04-01T17:28:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cf2139f8e1680b076e115bc0b349e369b4b0ecc4'/>
<id>urn:sha1:cf2139f8e1680b076e115bc0b349e369b4b0ecc4</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kj/refspec-parsing-outside-repository'</title>
<updated>2026-04-01T17:28:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=949f59e96311dc85bc4b00a70f74ec0dfa2e37e0'/>
<id>urn:sha1:949f59e96311dc85bc4b00a70f74ec0dfa2e37e0</id>
<content type='text'>
"git ls-remote '+refs/tags/*:refs/tags/*' https://..." run outside a
repository would dereference a NULL while trying to see if the given
refspec is a single-object refspec, which has been corrected.

* kj/refspec-parsing-outside-repository:
  refspec: fix typo in comment
  remote-curl: fall back to default hash outside repo
</content>
</entry>
<entry>
<title>Merge branch 'jk/t0061-bat-test-update'</title>
<updated>2026-04-01T17:28:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=93841d029e2c33b2e1ff9c89a0f7a9c83e83f895'/>
<id>urn:sha1:93841d029e2c33b2e1ff9c89a0f7a9c83e83f895</id>
<content type='text'>
A test to run a .bat file with whitespaces in the name with arguments
with whitespaces in them was flaky in that sometimes it got killed
before it produced expected side effects, which has been rewritten to
make it more robust.

* jk/t0061-bat-test-update:
  t0061: simplify .bat test
</content>
</entry>
<entry>
<title>Merge branch 'mk/repo-help-strings'</title>
<updated>2026-04-01T17:28:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d498801a7a6ed219481361115d385698c66cec9'/>
<id>urn:sha1:9d498801a7a6ed219481361115d385698c66cec9</id>
<content type='text'>
"git repo info -h" and "git repo structure -h" limit their help output
to the part that is specific to the subcommand.

* mk/repo-help-strings:
  repo: show subcommand-specific help text
  repo: factor repo usage strings into shared macros
</content>
</entry>
<entry>
<title>Merge branch 'jc/macos-homebrew-wo-reg-enhanced'</title>
<updated>2026-04-01T17:28:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0f85c4c100fb9c72a638c2b2f360e5f9819831a1'/>
<id>urn:sha1:0f85c4c100fb9c72a638c2b2f360e5f9819831a1</id>
<content type='text'>
In case homebrew breaks REG_ENHANCED again, leave a in-code comment
to suggest use of our replacement regex as a workaround.

* jc/macos-homebrew-wo-reg-enhanced:
  regexp: leave a pointer to resurrect workaround for Homebrew
</content>
</entry>
<entry>
<title>Merge branch 'rs/use-strvec-pushv'</title>
<updated>2026-04-01T17:28:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=51a74900aa48242db54336c0af43507acbe108ed'/>
<id>urn:sha1:51a74900aa48242db54336c0af43507acbe108ed</id>
<content type='text'>
Code paths that loop over another array to push each element into a
strvec have been rewritten to use strvec_pushv() instead.

* rs/use-strvec-pushv:
  use strvec_pushv() to add another strvec
</content>
</entry>
<entry>
<title>Merge branch 'bk/t5315-test-path-is-helpers'</title>
<updated>2026-04-01T17:28:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=11f494d5b22a6c2fcd95bf941c03e2ec12b26bfb'/>
<id>urn:sha1:11f494d5b22a6c2fcd95bf941c03e2ec12b26bfb</id>
<content type='text'>
Test clean-up.

* bk/t5315-test-path-is-helpers:
  t5315: use test_path_is_file for loose-object check
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-highlight-more'</title>
<updated>2026-04-01T17:28:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2026-04-01T17:28:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8744cef3242e3bcace5f86a24365154a4405544a'/>
<id>urn:sha1:8744cef3242e3bcace5f86a24365154a4405544a</id>
<content type='text'>
Various updates to contrib/diff-highlight, including documentation
updates, test improvements, and color configuration handling.

* jk/diff-highlight-more:
  diff-highlight: fetch all config with one process
  diff-highlight: allow module callers to pass in color config
  diff-highlight: test color config
  diff-highlight: use test_decode_color in tests
  t: add matching negative attributes to test_decode_color
  diff-highlight: check diff-highlight exit status in tests
  diff-highlight: drop perl version dependency back to 5.8
  diff-highlight: mention build instructions
</content>
</entry>
</feed>
