Meta/dodoc: fetch tags with --force

Junio C Hamano committed Mar 7, 2023 at 13:44 UTC 47c1fc158a7bea84c71df8973d39f752c79f93ef
1 file changed +1 -1
dodoc.sh
+1 -1
@@ -30,7 +30,7 @@ trap 'rm -f "$tmp".*' 0
30
31 (
32 git pull --ff-only "$MASTERREPO" master &&
33 - git fetch --tags "$MASTERREPO"
33 + git fetch --tags --force "$MASTERREPO"
34 ) || exit $?
35
36 test $(git rev-parse --verify refs/heads/master) = "$ID" &&