]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'lc/rebase-trailer' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:40 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:40 +0000 (10:37 -0800)
Refactor code paths to run "interpret-trailers" from "git
commit/tag" and use it in "git rebase".

* lc/rebase-trailer:
  rebase: support --trailer
  trailer: append trailers in-process and drop the fork to `interpret-trailers`
  trailer: move process_trailers to trailer.h
  interpret-trailers: factor out buffer-based processing to process_trailers()

1  2 
Documentation/git-rebase.adoc
builtin/commit.c
builtin/rebase.c
builtin/tag.c
sequencer.c
t/meson.build
wrapper.c
wrapper.h

Simple merge
Simple merge
Simple merge
diff --cc builtin/tag.c
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc t/meson.build
index 4bef0ca6dc8bf8eaae0ddbab109afa6ec7cae807,56bc3291ced13efe36f6f5557566e47f0b258a3c..11798779fe88cbb90a6a12170073e19a2113592d
@@@ -392,8 -385,7 +392,9 @@@ integration_tests = 
    't3436-rebase-more-options.sh',
    't3437-rebase-fixup-options.sh',
    't3438-rebase-broken-files.sh',
+   't3440-rebase-trailer.sh',
 +  't3450-history.sh',
 +  't3451-history-reword.sh',
    't3500-cherry.sh',
    't3501-revert-cherry-pick.sh',
    't3502-cherry-pick-merge.sh',
diff --cc wrapper.c
Simple merge
diff --cc wrapper.h
Simple merge