mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01:00
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.