<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin, branch v2.43.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.43.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.43.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2024-02-13T22:44:49Z</updated>
<entry>
<title>Merge branch 'ps/report-failure-from-git-stash' into maint-2.43</title>
<updated>2024-02-13T22:44:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bd10c45672068811cb13cb0edba78470f537f233'/>
<id>urn:sha1:bd10c45672068811cb13cb0edba78470f537f233</id>
<content type='text'>
"git stash" sometimes was silent even when it failed due to
unwritable index file, which has been corrected.

* ps/report-failure-from-git-stash:
  builtin/stash: report failure to write to index
</content>
</entry>
<entry>
<title>Merge branch 'jc/sign-buffer-failure-propagation-fix' into maint-2.43</title>
<updated>2024-02-13T22:44:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=07fa3836158f267184bb5cebaa1390364cdb8702'/>
<id>urn:sha1:07fa3836158f267184bb5cebaa1390364cdb8702</id>
<content type='text'>
A failed "git tag -s" did not necessarily result in an error
depending on the crypto backend, which has been corrected.

* jc/sign-buffer-failure-propagation-fix:
  ssh signing: signal an error with a negative return value
  tag: fix sign_buffer() call to create a signed tag
</content>
</entry>
<entry>
<title>Merge branch 'jc/comment-style-fixes' into maint-2.43</title>
<updated>2024-02-13T22:44:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a1cd814f1f2cba217a6f9dd2504139603e44822f'/>
<id>urn:sha1:a1cd814f1f2cba217a6f9dd2504139603e44822f</id>
<content type='text'>
Rewrite //-comments to /* comments */ in files whose comments
prevalently use the latter.

* jc/comment-style-fixes:
  reftable/pq_test: comment style fix
  merge-ort.c: comment style fix
  builtin/worktree: comment style fixes
</content>
</entry>
<entry>
<title>Merge branch 'tc/show-ref-exists-fix' into maint-2.43</title>
<updated>2024-02-13T22:44:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-13T22:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=908fde12b0d59645cdb684ba9862e7665d89695e'/>
<id>urn:sha1:908fde12b0d59645cdb684ba9862e7665d89695e</id>
<content type='text'>
Update to a new feature recently added, "git show-ref --exists".

* tc/show-ref-exists-fix:
  builtin/show-ref: treat directory as non-existing in --exists
</content>
</entry>
<entry>
<title>Merge branch 'jk/index-pack-lsan-false-positive-fix' into maint-2.43</title>
<updated>2024-02-09T00:22:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a064af6ef4b3666e204176a7f92525593435e9c5'/>
<id>urn:sha1:a064af6ef4b3666e204176a7f92525593435e9c5</id>
<content type='text'>
Fix false positive reported by leak sanitizer.

* jk/index-pack-lsan-false-positive-fix:
  index-pack: spawn threads atomically
</content>
</entry>
<entry>
<title>Merge branch 'rs/fast-import-simplify-mempool-allocation' into maint-2.43</title>
<updated>2024-02-09T00:22:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=232953b904c63fef02484d3505ead0496978d411'/>
<id>urn:sha1:232953b904c63fef02484d3505ead0496978d411</id>
<content type='text'>
Code simplification.

* rs/fast-import-simplify-mempool-allocation:
  fast-import: use mem_pool_calloc()
</content>
</entry>
<entry>
<title>Merge branch 'en/header-cleanup' into maint-2.43</title>
<updated>2024-02-09T00:22:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0f7a10a3aad344a28f0f30b32a979925a9629533'/>
<id>urn:sha1:0f7a10a3aad344a28f0f30b32a979925a9629533</id>
<content type='text'>
Remove unused header "#include".

* en/header-cleanup:
  treewide: remove unnecessary includes in source files
  treewide: add direct includes currently only pulled in transitively
  trace2/tr2_tls.h: remove unnecessary include
  submodule-config.h: remove unnecessary include
  pkt-line.h: remove unnecessary include
  line-log.h: remove unnecessary include
  http.h: remove unnecessary include
  fsmonitor--daemon.h: remove unnecessary includes
  blame.h: remove unnecessary includes
  archive.h: remove unnecessary include
  treewide: remove unnecessary includes in source files
  treewide: remove unnecessary includes from header files
</content>
</entry>
<entry>
<title>Merge branch 'jc/orphan-unborn' into maint-2.43</title>
<updated>2024-02-09T00:22:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=974c9369aa98037b0059e4257144f01af62fae71'/>
<id>urn:sha1:974c9369aa98037b0059e4257144f01af62fae71</id>
<content type='text'>
Doc updates to clarify what an "unborn branch" means.

* jc/orphan-unborn:
  orphan/unborn: fix use of 'orphan' in end-user facing messages
  orphan/unborn: add to the glossary and use them consistently
</content>
</entry>
<entry>
<title>Merge branch 'la/trailer-cleanups' into maint-2.43</title>
<updated>2024-02-09T00:22:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=541d0d75e781fad5761414d7a5500b8840f3e5bb'/>
<id>urn:sha1:541d0d75e781fad5761414d7a5500b8840f3e5bb</id>
<content type='text'>
Code clean-up.

* la/trailer-cleanups:
  trailer: use offsets for trailer_start/trailer_end
  trailer: find the end of the log message
  commit: ignore_non_trailer computes number of bytes to ignore
</content>
</entry>
<entry>
<title>Merge branch 'jc/retire-cas-opt-name-constant' into maint-2.43</title>
<updated>2024-02-09T00:22:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2024-02-09T00:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=edf4c0d42b75fb1a94a21db75d020472cc0a6cf2'/>
<id>urn:sha1:edf4c0d42b75fb1a94a21db75d020472cc0a6cf2</id>
<content type='text'>
Code clean-up.

* jc/retire-cas-opt-name-constant:
  remote.h: retire CAS_OPT_NAME
</content>
</entry>
</feed>
