blob: c65a132e0935a33949441c8f90213b296a707683 [file] [log] [blame]
#!/bin/bash
RESULTS="$(2>&1 >/dev/null git rev-parse --remotes | git cat-file --batch-check)"
if [[ -n "$RESULTS" ]]; then
echo "Repairing ${PWD}"
git fetch --all
fi