<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.44.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.44.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.44.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2024-02-13T23:12:53Z</updated>
<entry>
<title>Git 2.44-rc1</title>
<updated>2024-02-13T23:12:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:47:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=edae91a4cf221d44c8c891d5519b26fce17d56bb'/>
<id>urn:sha1:edae91a4cf221d44c8c891d5519b26fce17d56bb</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.43.2</title>
<updated>2024-02-13T22:44:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=efb050becb6bc703f76382e1f1b6273100e6ace3'/>
<id>urn:sha1:efb050becb6bc703f76382e1f1b6273100e6ace3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pb/template-for-single-commit-pr' into maint-2.43</title>
<updated>2024-02-13T22:44:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=dc55772259bdda60b33828cb99831af4d0479bfa'/>
<id>urn:sha1:dc55772259bdda60b33828cb99831af4d0479bfa</id>
<content type='text'>
Doc update.

* pb/template-for-single-commit-pr:
  .github/PULL_REQUEST_TEMPLATE.md: add a note about single-commit PRs
</content>
</entry>
<entry>
<title>Merge branch 'jc/bisect-doc' into maint-2.43</title>
<updated>2024-02-13T22:44:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1e73351fefbe7b414e8937e891e31d18c4c46fa1'/>
<id>urn:sha1:1e73351fefbe7b414e8937e891e31d18c4c46fa1</id>
<content type='text'>
Doc update.

* jc/bisect-doc:
  bisect: document command line arguments for "bisect start"
  bisect: document "terms" subcommand more fully
</content>
</entry>
<entry>
<title>Merge branch 'js/win32-retry-pipe-write-on-enospc' into maint-2.43</title>
<updated>2024-02-13T22:44:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8d792dcd5aa8a412670bd12f07cdc8290e3b9a68'/>
<id>urn:sha1:8d792dcd5aa8a412670bd12f07cdc8290e3b9a68</id>
<content type='text'>
Update to the code that writes to pipes on Windows.

* js/win32-retry-pipe-write-on-enospc:
  win32: special-case `ENOSPC` when writing to a pipe
</content>
</entry>
<entry>
<title>Merge branch 'tb/pack-bitmap-drop-unused-struct-member' into maint-2.43</title>
<updated>2024-02-13T22:44:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=08b7e46bb1a6d02b906efce9a52fc29f0d8e1bce'/>
<id>urn:sha1:08b7e46bb1a6d02b906efce9a52fc29f0d8e1bce</id>
<content type='text'>
Code clean-up.

* tb/pack-bitmap-drop-unused-struct-member:
  pack-bitmap: drop unused `reuse_objects`
</content>
</entry>
<entry>
<title>Merge branch 'jt/p4-spell-re-with-raw-string' into maint-2.43</title>
<updated>2024-02-13T22:44:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8f1c4a7db1bb9aff15573b152a2e08aeb75cd012'/>
<id>urn:sha1:8f1c4a7db1bb9aff15573b152a2e08aeb75cd012</id>
<content type='text'>
"git p4" update to squelch warnings from Python.

* jt/p4-spell-re-with-raw-string:
  git-p4: use raw string literals for regular expressions
</content>
</entry>
<entry>
<title>Merge branch 'jc/coc-whitespace-fix' into maint-2.43</title>
<updated>2024-02-13T22:44:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b6fdf929ee4c6fd4b3ab9dd003fd0ee32d82f5e6'/>
<id>urn:sha1:b6fdf929ee4c6fd4b3ab9dd003fd0ee32d82f5e6</id>
<content type='text'>
Docfix.

* jc/coc-whitespace-fix:
  CoC: whitespace fix
</content>
</entry>
<entry>
<title>Merge branch 'sd/negotiate-trace-fix' into maint-2.43</title>
<updated>2024-02-13T22:44:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=81e3eea77c4195d7d6cdfe82834d291ca7648f1e'/>
<id>urn:sha1:81e3eea77c4195d7d6cdfe82834d291ca7648f1e</id>
<content type='text'>
Tracing fix.

* sd/negotiate-trace-fix:
  push: region_leave trace for negotiate_using_fetch
</content>
</entry>
<entry>
<title>Merge branch 'jc/majordomo-to-subspace' into maint-2.43</title>
<updated>2024-02-13T22:44:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=05a961754e027deb98341d27526cf367a01875e0'/>
<id>urn:sha1:05a961754e027deb98341d27526cf367a01875e0</id>
<content type='text'>
Doc update.

* jc/majordomo-to-subspace:
  Docs: majordomo@vger.kernel.org has been decomissioned
</content>
</entry>
</feed>
