]> git.kaiwu.me - haproxy.git/commit
SCRIPTS: git-show-backports: add a restart-from-last option
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2026 14:20:35 +0000 (15:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2026 14:36:05 +0000 (15:36 +0100)
commit520faedda08b0759e92b36590b90bdd8910448dd
tree46923084061cfaf9ac3e811438a6bec7f1ebf9bd
parent459835d535d34db86beff3ae30a8065cb53584a3
SCRIPTS: git-show-backports: add a restart-from-last option

It's always a bit tricky to avoid already backported patches when they
just got a different ID (e.g. a critical fix in a topic branch). Most
often with stable topic branches we just want to pick all stable commits
since the last backported one. New option -L instead of -m does exactly
this: it enumerates only commits that were added to the reference branch
after its most recent backport.
scripts/git-show-backports