<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.51.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.51.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.51.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2025-10-27T02:48:21Z</updated>
<entry>
<title>Git 2.51.2</title>
<updated>2025-10-27T02:48:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T00:47:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bb5c624209fcaebd60b9572b2cc8c61086e39b57'/>
<id>urn:sha1:bb5c624209fcaebd60b9572b2cc8c61086e39b57</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'so/t2401-use-test-path-helpers' into maint-2.51</title>
<updated>2025-10-27T02:48:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b42b995d22bb2cf57be5cccb58e682117d5726a5'/>
<id>urn:sha1:b42b995d22bb2cf57be5cccb58e682117d5726a5</id>
<content type='text'>
Test modernization.

* so/t2401-use-test-path-helpers:
  t2401: update path checks using test_path helpers
</content>
</entry>
<entry>
<title>Merge branch 'js/ci-github-actions-update' into maint-2.51</title>
<updated>2025-10-27T02:48:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=476b2407be6f9c00bb13feeb4e73d6f0b3b89549'/>
<id>urn:sha1:476b2407be6f9c00bb13feeb4e73d6f0b3b89549</id>
<content type='text'>
CI update.

* js/ci-github-actions-update:
  build(deps): bump actions/github-script from 7 to 8
  build(deps): bump actions/setup-python from 5 to 6
  build(deps): bump actions/checkout from 4 to 5
  build(deps): bump actions/download-artifact from 4 to 5
</content>
</entry>
<entry>
<title>Merge branch 'kh/doc-continued-paragraph-fix' into maint-2.51</title>
<updated>2025-10-27T02:48:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3b9055c369370ba3a51f390ba986faf48c4f83c7'/>
<id>urn:sha1:3b9055c369370ba3a51f390ba986faf48c4f83c7</id>
<content type='text'>
Doc mark-up fixes.

* kh/doc-continued-paragraph-fix:
  doc: fix accidental literal blocks
</content>
</entry>
<entry>
<title>Merge branch 'js/unreachable-workaround-for-no-symlink-head' into maint-2.51</title>
<updated>2025-10-27T02:48:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4b67e53fd671c2e4f3bf49bfff8ca87cdf3c9e22'/>
<id>urn:sha1:4b67e53fd671c2e4f3bf49bfff8ca87cdf3c9e22</id>
<content type='text'>
Code clean-up.

* js/unreachable-workaround-for-no-symlink-head:
  refs: forbid clang to complain about unreachable code
</content>
</entry>
<entry>
<title>Merge branch 'ps/t7528-ssh-agent-uds-workaround' into maint-2.51</title>
<updated>2025-10-27T02:48:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ed931ebe1803bace248f02cb8b26f855baef4b5c'/>
<id>urn:sha1:ed931ebe1803bace248f02cb8b26f855baef4b5c</id>
<content type='text'>
Recent OpenSSH creates the Unix domain socket to communicate with
ssh-agent under $HOME instead of /tmp, which causes our test to
fail doe to overly long pathname in our test environment, which has
been worked around by using "ssh-agent -T".

* ps/t7528-ssh-agent-uds-workaround:
  t7528: work around ETOOMANY in OpenSSH 10.1 and newer
</content>
</entry>
<entry>
<title>Merge branch 'tb/unicode-width-table-17' into maint-2.51</title>
<updated>2025-10-27T02:48:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2ad0fc2add453b011caad43a86f29aeee8545925'/>
<id>urn:sha1:2ad0fc2add453b011caad43a86f29aeee8545925</id>
<content type='text'>
Unicode width table update.

* tb/unicode-width-table-17:
  unicode: update the width tables to Unicode 17
</content>
</entry>
<entry>
<title>Merge branch 'jk/status-z-short-fix' into maint-2.51</title>
<updated>2025-10-27T02:48:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3d638cb3892dcfccc22b3e7712b314fd83e2822d'/>
<id>urn:sha1:3d638cb3892dcfccc22b3e7712b314fd83e2822d</id>
<content type='text'>
The "--short" option of "git status" that meant output for humans
and "-z" option to show NUL delimited output format did not mix
well, and colored some but not all things.  The command has been
updated to color all elements consistently in such a case.

* jk/status-z-short-fix:
  status: make coloring of "-z --short" consistent
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-no-index-with-pathspec-fix' into maint-2.51</title>
<updated>2025-10-27T02:48:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2319fbae483f4c07bcdd9a850377a0cd21363cff'/>
<id>urn:sha1:2319fbae483f4c07bcdd9a850377a0cd21363cff</id>
<content type='text'>
An earlier addition to "git diff --no-index A B" to limit the
output with pathspec after the two directories misbehaved when
these directories were given with a trailing slash, which has been
corrected.

* jk/diff-no-index-with-pathspec-fix:
  diff --no-index: fix logic for paths ending in '/'
</content>
</entry>
<entry>
<title>Merge branch 'ps/gitlab-ci-disable-windows-monitoring' into maint-2.51</title>
<updated>2025-10-27T02:48:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-10-27T02:48:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=70b475f9382b4edd741e342790dd382a12779a65'/>
<id>urn:sha1:70b475f9382b4edd741e342790dd382a12779a65</id>
<content type='text'>
Windows "real-time monitoring" interferes with the execution of
tests and affects negatively in both correctness and performance,
which has been disabled in Gitlab CI.

* ps/gitlab-ci-disable-windows-monitoring:
  gitlab-ci: disable realtime monitoring to unbreak Windows jobs
</content>
</entry>
</feed>
