<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.49.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.49.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.49.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2025-03-04T16:19:20Z</updated>
<entry>
<title>Git 2.49-rc1</title>
<updated>2025-03-04T16:19:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-04T16:19:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6a64ac7b014fa2cfa7a69af3c253bcd53a94b428'/>
<id>urn:sha1:6a64ac7b014fa2cfa7a69af3c253bcd53a94b428</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A few more before -rc1</title>
<updated>2025-03-03T16:53:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=db91954e18654eeebc54c900f44c704002e1866d'/>
<id>urn:sha1:db91954e18654eeebc54c900f44c704002e1866d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ps/build-meson-fixes'</title>
<updated>2025-03-03T16:53:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aa0ba82319d0e6a5ccc7a5004dc0a6d3eaabe6b3'/>
<id>urn:sha1:aa0ba82319d0e6a5ccc7a5004dc0a6d3eaabe6b3</id>
<content type='text'>
CI fix.

* ps/build-meson-fixes:
  gitlab-ci: fix "msvc-meson" test job succeeding despite test failures
</content>
</entry>
<entry>
<title>Merge branch 'ps/meson-contrib-bits'</title>
<updated>2025-03-03T16:53:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca39da6997dbc4eb295219d7764fd68ecd80361e'/>
<id>urn:sha1:ca39da6997dbc4eb295219d7764fd68ecd80361e</id>
<content type='text'>
Update meson-based build procedure to cover contrib/ and other
places as well.

* ps/meson-contrib-bits:
  ci: exercise credential helpers
  ci: fix propagating UTF-8 test locale in musl-based Meson job
  meson: wire up static analysis via Coccinelle
  meson: wire up git-contacts(1)
  meson: wire up credential helpers
  contrib/credential: fix compilation of "osxkeychain" helper
  contrib/credential: fix compiling "libsecret" helper
  contrib/credential: fix compilation of wincred helper with MSVC
  contrib/credential: fix "netrc" tests with out-of-tree builds
  GIT-BUILD-OPTIONS: propagate project's source directory
</content>
</entry>
<entry>
<title>Merge branch 'ms/merge-recursive-string-list-micro-optimization'</title>
<updated>2025-03-03T16:53:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=85e342adbdea3adbd70d607c0748c8a036d26c34'/>
<id>urn:sha1:85e342adbdea3adbd70d607c0748c8a036d26c34</id>
<content type='text'>
Rename processing in the recursive merge backend has seen a micro
optimization.

* ms/merge-recursive-string-list-micro-optimization:
  merge-recursive: optimize time complexity for process_renames
</content>
</entry>
<entry>
<title>Merge branch 'lo/doc-merge-submodule-update'</title>
<updated>2025-03-03T16:53:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=238c8d3984fc38d10a257c0972f142793ae5af96'/>
<id>urn:sha1:238c8d3984fc38d10a257c0972f142793ae5af96</id>
<content type='text'>
What happens to submodules during merge has been documented in a
bit more detail.

* lo/doc-merge-submodule-update:
  merge-strategies.adoc: detail submodule merge
</content>
</entry>
<entry>
<title>Merge branch 'ps/build-meson-fixes-0130'</title>
<updated>2025-03-03T16:53:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab09eddf601501290b5c719574fbe6c02314631f'/>
<id>urn:sha1:ab09eddf601501290b5c719574fbe6c02314631f</id>
<content type='text'>
Assorted fixes and improvements to the build procedure based on
meson.

* ps/build-meson-fixes-0130:
  gitlab-ci: restrict maximum number of link jobs on Windows
  meson: consistently use custom program paths to resolve programs
  meson: fix overwritten `git` variable
  meson: prevent finding sed(1) in a loop
  meson: improve handling of `sane_tool_path` option
  meson: improve PATH handling
  meson: drop separate version library
  meson: stop linking libcurl into all executables
  meson: introduce `libgit_curl` dependency
  meson: simplify use of the common-main library
  meson: inline the static 'git' library
  meson: fix OpenSSL fallback when not explicitly required
  meson: fix exec path with enabled runtime prefix
</content>
</entry>
<entry>
<title>Merge branch 'dk/test-aggregate-results-paste-fix'</title>
<updated>2025-03-03T16:53:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-03-03T16:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1aabec0b484f4f073defb343dfdcdac601a26adc'/>
<id>urn:sha1:1aabec0b484f4f073defb343dfdcdac601a26adc</id>
<content type='text'>
The use of "paste" command for aggregating the test results have
been corrected.

* dk/test-aggregate-results-paste-fix:
  t/aggregate-results: fix paste(1) invocation
</content>
</entry>
<entry>
<title>A bit more post -rc0</title>
<updated>2025-02-27T23:23:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-02-27T23:22:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=cb0ae672aeabefca9704477ea8018ac94f523970'/>
<id>urn:sha1:cb0ae672aeabefca9704477ea8018ac94f523970</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/3.0-branches-remotes-update'</title>
<updated>2025-02-27T23:23:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-02-27T23:23:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9f280bea9878d7c7f5ee18ee5c316468da5072ed'/>
<id>urn:sha1:9f280bea9878d7c7f5ee18ee5c316468da5072ed</id>
<content type='text'>
Removal of ".git/branches" and ".git/remotes" support in the
BreakingChanges document has been further clarified.

* jc/3.0-branches-remotes-update:
  BreakingChanges: clarify branches/ and remotes/
</content>
</entry>
</feed>
