]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit56285b8f2c6815649f96a0cc834ce88ba538158e
tree95499c7bb4f97b0958685b63e82d8c70e99755ca
parentae2590a01c6aaf4655e35600d9bc43591a1f1c13
parent036e2d476c8513037baeb8d627dcbb416417ae02
Merge branch 'lc/rebase-trailer' into seen

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()
Documentation/git-rebase.adoc
builtin/commit.c
builtin/rebase.c
builtin/tag.c
sequencer.c
t/meson.build
wrapper.c
wrapper.h