]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/sign-commit-with-custom-encoding' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2026 03:21:27 +0000 (12:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2026 03:21:27 +0000 (12:21 +0900)
commite82a4966c067c30b7c83cf9083b2f5fdde5385a7
tree09f5758511203b744c91bd4be3bf52617245f98e
parent48695e1cb0cf4f440a704f8947af6c94ffb931ce
parent7735d7eee3a586181dc397afa5aa8f02e009833b
Merge branch 'bc/sign-commit-with-custom-encoding' into next

Signing commit with custom encoding was passing the data to be
signed at a wrong stage in the pipeline, which has been corrected.

* bc/sign-commit-with-custom-encoding:
  commit: sign commit after mutating buffer
  commit: name UTF-8 function appropriately
commit.c