]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/sign-commit-with-custom-encoding'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 01:30:57 +0000 (10:30 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 01:30:57 +0000 (10:30 +0900)
commitcf7151110d46bd159b3ef4b370035c63ed2a6131
treeeb8e0fd225f1c4a9b3fe1a4f167079930d80cbd7
parent18581f836f63e5766334c1cc98badea8eedb5f07
parent7735d7eee3a586181dc397afa5aa8f02e009833b
Merge branch 'bc/sign-commit-with-custom-encoding'

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