SCRIPTS: git-show-backports: re-enable file-based filtering
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Nov 2021 07:41:01 +0000 (08:41 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Nov 2021 15:34:06 +0000 (16:34 +0100)
commit2564b8e6acc5ad4b164cb2410b4555684347f5df
treef7b58a223604b1dee64fca9644caf2f294c4c309
parent358d9472683d96e1921d1064939bc2a191f25ed5
SCRIPTS: git-show-backports: re-enable file-based filtering

The early version of the script used to support passing non-branch
arguments but as it evolved we lost that option. Let's use "--" as a
delimiter after the branch(es) to pass optional file names to filter
on. This is convenient to list missing patches on a specific set of
files.

(cherry picked from commit 0d026edaefcee30d5532a9fde7cbfbeed411379e)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit 98115e7e95500c6ee50868b44a527fd853d9ce62)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
scripts/git-show-backports