haproxy: Add a script for package maintainers to simplify upstream patch collection
authorChristian Lachner <gladiac@gmail.com>
Sun, 29 Apr 2018 08:00:22 +0000 (10:00 +0200)
committerChristian Lachner <gladiac@gmail.com>
Sun, 29 Apr 2018 08:00:22 +0000 (10:00 +0200)
commitf609448491411a3e9bc14b20db1a8fa258f935ba
tree8f31de1013f5a8da149ffdb3b8d00a9a42f62505
parenta3eff197e0e62b2b3f3c650b54336293a0dd4f8c
haproxy: Add a script for package maintainers to simplify upstream patch collection

Manually fetching patches is cumbersome so I created a simple bash-script which uses Git-mechanisms to collect all patches inside a branch from a specific TAG to the current HEAD revision.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
net/haproxy/get-latest-patches.sh [new file with mode: 0755]