Files
git/Documentation
Li Chen 864cf5f8eb rebase: support --trailer
Add a new --trailer=<trailer> option to git rebase to append trailer
lines to each rewritten commit message (merge backend only).

Because the apply backend does not provide a commit-message filter,
reject --trailer when --apply is in effect and require the merge backend
instead.

This option implies --force-rebase so that fast-forwarded commits are
also rewritten. Validate trailer arguments early to avoid starting an
interactive rebase with invalid input.

Add integration tests covering error paths and trailer insertion across
non-interactive and interactive rebases.

Signed-off-by: Li Chen <me@linux.beauty>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-02-24 07:24:19 -08:00
..
2026-02-17 13:30:41 -08:00
2026-02-20 11:36:18 -08:00
2025-03-01 10:26:15 -08:00
2025-12-14 17:04:37 +09:00
2026-02-24 07:24:19 -08:00
2025-10-02 12:26:12 -07:00
2025-02-14 17:53:47 -08:00
2025-12-05 14:49:56 +09:00
2026-01-13 05:41:17 -08:00
2025-12-16 09:42:44 +09:00