Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/incremental-git-filterbranch
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ prepareWorkerRepository () {
# $1: the name of the branch to work with
processBranch () {
echo ' - fetching'
git -C "${WORKER_REPOSITORY_DIR}" fetch --quiet --tags source "${1}"
git -C "${WORKER_REPOSITORY_DIR}" fetch --update-shallow --quiet --tags source "${1}"
echo ' - setting current branch'
git -C "${WORKER_REPOSITORY_DIR}" update-ref "refs/heads/filter-branch/source/${1}" "refs/remotes/source/${1}"
git -C "${WORKER_REPOSITORY_DIR}" symbolic-ref HEAD "refs/heads/filter-branch/source/${1}"
Expand Down