]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'lc/rebase-trailer' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:54 +0000 (12:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 03:19:54 +0000 (12:19 +0900)
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/tag.c
sequencer.c
t/meson.build
wrapper.c
wrapper.h

Simple merge
Simple merge
diff --cc builtin/tag.c
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc t/meson.build
index f1f5b6b9eee86192e405d5d90accf611619c55da,56bc3291ced13efe36f6f5557566e47f0b258a3c..3530006848aed5d4b423809ecf243daed1f6e019
@@@ -389,9 -385,7 +389,10 @@@ 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',
 +  't3452-history-split.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