# git lfs goes haywire here, so we need to install and uninstall
# git lfs goes haywire here, so we need to install and uninstall
@ -271,7 +272,7 @@ if [ ! -f "$SRC_CLONE/rewrite-branches-done" ]; then
git lfs uninstall --local > /dev/null
git lfs uninstall --local > /dev/null
git push -f origin ${BRANCH}_new:${BRANCH}
git push -f origin ${BRANCH}_new:${BRANCH}
fi
fi
# clean up local branch
# clean up local branch
git checkout master > /dev/null
git checkout master > /dev/null
git branch -D ${BRANCH}_new > /dev/null
git branch -D ${BRANCH}_new > /dev/null
@ -318,7 +319,7 @@ if [ ! -f "$SRC_CLONE/validation-done" ]; then
# echo -ne "[$CURRENT_COMMIT_NUMBER/$TOTAL_COMMITS] Comparing old commit $OLD_COMMIT_SHORT ($OLD_DATE) with new commit $NEW_COMMIT_SHORT ($NEW_DATE)"\\r
# echo -ne "[$CURRENT_COMMIT_NUMBER/$TOTAL_COMMITS] Comparing old commit $OLD_COMMIT_SHORT ($OLD_DATE) with new commit $NEW_COMMIT_SHORT ($NEW_DATE)"\\r
echo"[$CURRENT_COMMIT_NUMBER/$TOTAL_COMMITS] Comparing old commit $OLD_COMMIT_SHORT ($OLD_DATE) with new commit $NEW_COMMIT_SHORT ($NEW_DATE)"
echo"[$CURRENT_COMMIT_NUMBER/$TOTAL_COMMITS] Comparing old commit $OLD_COMMIT_SHORT ($OLD_DATE) with new commit $NEW_COMMIT_SHORT ($NEW_DATE)"
# generate lists of files and their hashes for the old and new commits, excluding ignored files
# generate lists of files and their hashes for the old and new commits, excluding ignored files