From 2f5505bcbb4c32811a18863c6102bbb552dcc6c7 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 15 Mar 2018 10:13:51 +0100 Subject: Tag remapping: avoid recursion problems, limit lookup depth; catch git errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 66fe3eb..2da99a2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Get the script and read the syntax using the `--help` option. ```sh ./incremental-git-filterbranch.sh \ --whitelist 'develop master rx:release\/.*' \ - --tags all \ + --tags all --tags-max-history-lookup 10 \ https://github.com/concrete5/concrete5.git \ '--prune-empty --subdirectory-filter concrete' \ git@github.com:concrete5/concrete5-core.git -- cgit v1.2.3