mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-03 21:12:06 +02: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!