X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=dodoc.sh;fp=dodoc.sh;h=a2f87e8c1e864e4e4dda28080eca269305a31638;hb=c1a4066f67d4be2e081eef52d0ac90d75c2178c4;hp=8202a6047b2ea9dd5db542a03e4a44b5a8082b46;hpb=17e735177e29373ab8625bc34761c5030f9608fe;p=git.git diff --git a/dodoc.sh b/dodoc.sh index 8202a604..a2f87e8c 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -36,6 +36,7 @@ test "$DOCREPO" != "" && cd "$DOCREPO" || exit $? git pull "$MASTERREPO" master && +git fetch --tags "$MASTERREPO" || exit $? test $(git-rev-parse --verify refs/heads/master) == "$ID" && NID=$(git-describe --abbrev=4 "$ID") && test '' != "$NID" || exit $?