<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.46.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.46.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.46.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2024-09-23T17:33:01Z</updated>
<entry>
<title>Git 2.46.2</title>
<updated>2024-09-23T17:33:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-20T16:10:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4f71522dfb7fc53eff569023303980c66114b1bc'/>
<id>urn:sha1:4f71522dfb7fc53eff569023303980c66114b1bc</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ma/test-libcurl-prereq' into maint-2.46</title>
<updated>2024-09-23T17:33:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-23T17:33:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d497bd9d597a21430da541a9f5414784ad26e48b'/>
<id>urn:sha1:d497bd9d597a21430da541a9f5414784ad26e48b</id>
<content type='text'>
Test portability fix.

* ma/test-libcurl-prereq:
  t0211: add missing LIBCURL prereq
  t1517: add missing LIBCURL prereq
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-skip-fetch-all-and-prefetch' into maint-2.46</title>
<updated>2024-09-23T17:33:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-23T17:33:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=52c1a7322f8abb4f36b3269e855f7c91927ec58f'/>
<id>urn:sha1:52c1a7322f8abb4f36b3269e855f7c91927ec58f</id>
<content type='text'>
Doc updates.

* jc/doc-skip-fetch-all-and-prefetch:
  doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetch
</content>
</entry>
<entry>
<title>Merge branch 'bl/trailers-and-incomplete-last-line-fix' into maint-2.46</title>
<updated>2024-09-23T17:33:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-23T17:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1c8d664dfd099375e015b28b633b6caa99f00883'/>
<id>urn:sha1:1c8d664dfd099375e015b28b633b6caa99f00883</id>
<content type='text'>
The interpret-trailers command failed to recognise the end of the
message when the commit log ends in an incomplete line.

* bl/trailers-and-incomplete-last-line-fix:
  interpret-trailers: handle message without trailing newline
</content>
</entry>
<entry>
<title>Merge branch 'rj/cygwin-has-dev-tty' into maint-2.46</title>
<updated>2024-09-23T17:32:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-23T17:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c7577aedf5791b18b5c02f0b61234c28b713c00e'/>
<id>urn:sha1:c7577aedf5791b18b5c02f0b61234c28b713c00e</id>
<content type='text'>
Cygwin does have /dev/tty support that is needed by things like
single-key input mode.

* rj/cygwin-has-dev-tty:
  config.mak.uname: add HAVE_DEV_TTY to cygwin config section
</content>
</entry>
<entry>
<title>Merge branch 'rs/diff-exit-code-fix' into maint-2.46</title>
<updated>2024-09-23T17:32:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-23T17:32:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7794e09034f4fd6495908d46915301e2614b35c9'/>
<id>urn:sha1:7794e09034f4fd6495908d46915301e2614b35c9</id>
<content type='text'>
In a few corner cases "git diff --exit-code" failed to report
"changes" (e.g., renamed without any content change), which has
been corrected.

* rs/diff-exit-code-fix:
  diff: report dirty submodules as changes in builtin_diff()
  diff: report copies and renames as changes in run_diff_cmd()
</content>
</entry>
<entry>
<title>Start preparing for Git 2.46.2</title>
<updated>2024-09-16T22:19:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-16T22:18:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e29e5cf288141a51823bbd6d2da90105c42a10c1'/>
<id>urn:sha1:e29e5cf288141a51823bbd6d2da90105c42a10c1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/ci-linux32-update' into maint-2.46</title>
<updated>2024-09-16T22:13:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-16T22:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dbf38e9a43ab9d0993713aa5b680c27de99b5ea7'/>
<id>urn:sha1:dbf38e9a43ab9d0993713aa5b680c27de99b5ea7</id>
<content type='text'>
CI updates

* jk/ci-linux32-update:
  ci: add Ubuntu 16.04 job to GitLab CI
  ci: use regular action versions for linux32 job
  ci: use more recent linux32 image
  ci: unify ubuntu and ubuntu32 dependencies
  ci: drop run-docker scripts
</content>
</entry>
<entry>
<title>Merge branch 'jc/ci-upload-artifact-and-linux32' into maint-2.46</title>
<updated>2024-09-16T22:13:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-16T22:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=af51e464bff32fb705ecc6bb6b3b72a02899103d'/>
<id>urn:sha1:af51e464bff32fb705ecc6bb6b3b72a02899103d</id>
<content type='text'>
CI started failing completely for linux32 jobs, as the step to
upload failed test directory uses GitHub actions that is deprecated
and is now disabled.  Remove the step so at least we will know if
the tests are passing.

* jc/ci-upload-artifact-and-linux32:
  ci: remove 'Upload failed tests' directories' step from linux32 jobs
</content>
</entry>
<entry>
<title>Revert "Merge branch 'jc/patch-id' into maint-2.46"</title>
<updated>2024-09-16T22:12:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-09-16T22:12:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d6bf6527ebfab4899d52d5662f3c5054195e6415'/>
<id>urn:sha1:d6bf6527ebfab4899d52d5662f3c5054195e6415</id>
<content type='text'>
This reverts commit 41c952ebacf7e3369e7bee721f768114d65e50c4,
reversing changes made to 712d970c0145b95ce655773e7cd1676f09dfd215.
Keeping a known breakage for now is better than introducing new
regression(s).
</content>
</entry>
</feed>
