aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-15 10:13:51 +0100
committerMichele Locati <michele@locati.it>2018-03-15 11:32:45 +0100
commit2f5505bcbb4c32811a18863c6102bbb552dcc6c7 (patch)
treec297c281c95d6de6d20614207107e1d787c6ff36 /README.md
parent6cb2a990ba107284a5eee9cd1b79d5b4de903fe0 (diff)
downloadincremental-git-filter-branch-2f5505bcbb4c32811a18863c6102bbb552dcc6c7.tar.gz
incremental-git-filter-branch-2f5505bcbb4c32811a18863c6102bbb552dcc6c7.tar.bz2
incremental-git-filter-branch-2f5505bcbb4c32811a18863c6102bbb552dcc6c7.zip
Tag remapping: avoid recursion problems, limit lookup depth; catch git errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy