]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/signed-fast-export-import'
authorJunio C Hamano <gitster@pobox.com>
Sat, 29 Mar 2025 07:39:06 +0000 (16:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 29 Mar 2025 07:39:07 +0000 (16:39 +0900)
commit01d17c05305edefbbe62926f5a5425207324a87f
tree1380e9e9cc0e4659cd8dbed28100d28e68545872
parent66b90d9bad8476f6f3d71f5add5cf78809a998ed
parentd9cb0e6ff8b369b0410ac8fb11657f5096d74b8e
Merge branch 'cc/signed-fast-export-import'

"git fast-export | git fast-import" learns to deal with commit and
tag objects with embedded signatures a bit better.

* cc/signed-fast-export-import:
  fast-export, fast-import: add support for signed-commits
  fast-export: do not modify memory from get_commit_buffer
  git-fast-export.adoc: clarify why 'verbatim' may not be a good idea
  fast-export: rename --signed-tags='warn' to 'warn-verbatim'
  fast-export: fix missing whitespace after switch
  git-fast-import.adoc: add missing LF in the BNF
builtin/fast-import.c