aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Locati <michele@locati.it>2018-03-12 18:33:02 +0100
committerMichele Locati <michele@locati.it>2018-03-12 18:33:02 +0100
commit6288a87d903f183bde236173c9c9fbd2b2276492 (patch)
tree3f007c499d94449c1a4056eba69fa8a55bfa8cd9
parent9d283dcdf558ac983339e9942b6210f84e7ee95e (diff)
downloadincremental-git-filter-branch-6288a87d903f183bde236173c9c9fbd2b2276492.tar.gz
incremental-git-filter-branch-6288a87d903f183bde236173c9c9fbd2b2276492.tar.bz2
incremental-git-filter-branch-6288a87d903f183bde236173c9c9fbd2b2276492.zip
Use a single state branch
-rwxr-xr-xbin/incremental-git-filterbranch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/incremental-git-filterbranch.sh b/bin/incremental-git-filterbranch.sh
index ff6b559..6bb965f 100755
--- a/bin/incremental-git-filterbranch.sh
+++ b/bin/incremental-git-filterbranch.sh
@@ -431,7 +431,7 @@ processBranch () {
--tag-name-filter 'IFS=$(printf "\r\n") read -r tag; printf "filter-branch/converted-tags/%s" "${tag}"' \
-d "${WORKER_REPOSITORY_DIR}.filter-branch" \
--original "refs/filter-branch/originals/${processBranch_branch}" \
- --state-branch "refs/filter-branch/states/${processBranch_branch}" \
+ --state-branch "refs/filter-branch/state" \
--force \
-- "${processBranch_range}"
then

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