]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'lc/rebase-trailer' into seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:41:15 +0000 (16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jan 2026 07:41:15 +0000 (16:41 +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/tag.c
sequencer.c
t/meson.build
wrapper.c
wrapper.h

Simple merge
diff --cc builtin/tag.c
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc t/meson.build
Simple merge
diff --cc wrapper.c
Simple merge
diff --cc wrapper.h
Simple merge