From a1d0fa50ffd0576967ee7872dc38b0e49ea544e8 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 15 Mar 2018 16:24:16 +0100 Subject: Allow filtering tags --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index de5cd10..04c6b77 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Get the script and read the syntax using the `--help` option. ```sh ./incremental-git-filterbranch.sh \ --branch-whitelist 'develop master rx:release\/.*' \ + --tag-blacklist 'rx:5\..*' \ --tags-plan all --tags-max-history-lookup 10 \ https://github.com/concrete5/concrete5.git \ '--prune-empty --subdirectory-filter concrete' \ -- cgit v1.2.3