From 6288a87d903f183bde236173c9c9fbd2b2276492 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 12 Mar 2018 18:33:02 +0100 Subject: Use a single state branch --- bin/incremental-git-filterbranch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3