<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.51.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.51.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.51.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2025-08-13T14:57:49Z</updated>
<entry>
<title>Git 2.51-rc2</title>
<updated>2025-08-13T14:57:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-13T14:57:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=724518f3884d8707c5f51428ba98c115818229b8'/>
<id>urn:sha1:724518f3884d8707c5f51428ba98c115818229b8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A few hotfixes before -rc2</title>
<updated>2025-08-12T04:30:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-12T04:29:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8d2709d075d65ba386a4dac157129ef868c283e5'/>
<id>urn:sha1:8d2709d075d65ba386a4dac157129ef868c283e5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'rs/merge-compact-summary'</title>
<updated>2025-08-12T04:30:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-12T04:30:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=22dd6abc321b49e7c785eb2e1fb6a6a9771dd18c'/>
<id>urn:sha1:22dd6abc321b49e7c785eb2e1fb6a6a9771dd18c</id>
<content type='text'>
Hotfix.

* rs/merge-compact-summary:
  merge: don't document non-existing --compact-summary argument
</content>
</entry>
<entry>
<title>Merge branch 'rs/for-each-ref-start-after-marker-fix'</title>
<updated>2025-08-12T04:30:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-12T04:30:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=10fa89aadcc022babf0b60e0a67a2d2661af768d'/>
<id>urn:sha1:10fa89aadcc022babf0b60e0a67a2d2661af768d</id>
<content type='text'>
Hotfix.

* rs/for-each-ref-start-after-marker-fix:
  for-each-ref: call --start-after argument "marker"
</content>
</entry>
<entry>
<title>merge: don't document non-existing --compact-summary argument</title>
<updated>2025-08-10T00:11:19Z</updated>
<author>
<name>René Scharfe</name>
<email>l.s.r@web.de</email>
</author>
<published>2025-08-09T10:00:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ad459fd44cf43fe8e506f9c72c54a69407ffcb13'/>
<id>urn:sha1:ad459fd44cf43fe8e506f9c72c54a69407ffcb13</id>
<content type='text'>
3a54f5bd5d (merge/pull: add the "--compact-summary" option, 2025-06-12)
added the option --compact-summary to both merge and pull.  It takes no
no argument, but for merge it got an argument help string.  Remove it,
since it is unnecessary.

Signed-off-by: René Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>for-each-ref: call --start-after argument "marker"</title>
<updated>2025-08-10T00:10:39Z</updated>
<author>
<name>René Scharfe</name>
<email>l.s.r@web.de</email>
</author>
<published>2025-08-09T08:29:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=51d9ed581f37a27c1060e8ba54303f7aefca9756'/>
<id>urn:sha1:51d9ed581f37a27c1060e8ba54303f7aefca9756</id>
<content type='text'>
dabecb9db2 (for-each-ref: introduce a '--start-after' option,
2025-07-15) added the option --start-after and referred to its argument
as "marker" in documentation and usage string, but not in the option's
short help.  Use "marker" there as well for consistency and brevity.

Signed-off-by: René Scharfe &lt;l.s.r@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.51-rc1</title>
<updated>2025-08-07T15:48:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-07T15:12:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1'/>
<id>urn:sha1:2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/RelNotes/2.51.0: improve wording for a couple entries</title>
<updated>2025-08-07T15:48:49Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2025-08-07T05:09:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=45dea789b0d7852a0dafbd14e3cdf7e518c4d0a3'/>
<id>urn:sha1:45dea789b0d7852a0dafbd14e3cdf7e518c4d0a3</id>
<content type='text'>
Improve wording and fix typos for a couple entries part of the Git 2.51
release notes.

Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jt/archive-zip-deflate-fix'</title>
<updated>2025-08-07T15:14:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-07T15:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=94c3b34d9de0603fb69fc539b653288e9bd91edf'/>
<id>urn:sha1:94c3b34d9de0603fb69fc539b653288e9bd91edf</id>
<content type='text'>
The deflate codepath in "git archive --format=zip" had a
longstanding bug coming from misuse of zlib API, which has been
corrected.

* jt/archive-zip-deflate-fix:
  archive: flush deflate stream until Z_STREAM_END
</content>
</entry>
<entry>
<title>Merge branch 'dl/squelch-maybe-uninitialized'</title>
<updated>2025-08-07T15:14:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2025-08-07T15:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aa4fb2485c674ef943767ab00acdfe29a47de601'/>
<id>urn:sha1:aa4fb2485c674ef943767ab00acdfe29a47de601</id>
<content type='text'>
Squelch false-positive compiler warning.

* dl/squelch-maybe-uninitialized:
  t/unit-tests/clar: fix -Wmaybe-uninitialized with -Og
  remote: bail early from set_head() if missing remote name
</content>
</entry>
</feed>
