mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-07 20:11:17 +01:00
There does not seem to be a convenient way to tell git-show-backports to produce individual patches with numbers. That's what this script does by calling git-format-patch for each specified commit ID, letting git do all the painful work (formatting etc). This has been mostly used during backport sessions but was apparently never committed!