commit | 98115e7e95500c6ee50868b44a527fd853d9ce62 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Nov 03 08:41:01 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 03 11:34:07 2021 +0100 |
tree | f1bdf938ddf329d61b064f5a4a60b29a887cab44 | |
parent | 1b3956f4d145c93fe8e956ec4bf7bc8b94b91662 [diff] |
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>