]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lc/rebase-trailer' into seen seen
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:34 +0000 (15:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Nov 2025 23:17:34 +0000 (15:17 -0800)
commit6c1d1af546941bc733fd9377f7fcc9298dae5490
treea40db5f2d344171832225b0b8f91257d1333844d
parentf1b0a4e00f806087ee13f64241426cedf856e677
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".

Comments?

* 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()
builtin/commit.c
builtin/tag.c
sequencer.c
t/meson.build