We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561bcab commit 6940eefCopy full SHA for 6940eef
bin/incremental-git-filterbranch
@@ -604,7 +604,7 @@ prepareWorkerRepository () {
604
# $1: the name of the branch to work with
605
processBranch () {
606
echo ' - fetching'
607
- git -C "${WORKER_REPOSITORY_DIR}" fetch --update-shallow --quiet --tags source "${1}"
+ git -C "${WORKER_REPOSITORY_DIR}" fetch --update-shallow --quiet --tags --force source "${1}"
608
echo ' - setting current branch'
609
git -C "${WORKER_REPOSITORY_DIR}" update-ref "refs/heads/filter-branch/source/${1}" "refs/remotes/source/${1}"
610
git -C "${WORKER_REPOSITORY_DIR}" symbolic-ref HEAD "refs/heads/filter-branch/source/${1}"
0 commit comments