Follow the master branch tag.

Forgot that no tracking "git pull" does not fetch the tags anymore.
This commit is contained in:
Junio C Hamano
2006-03-02 02:40:05 +00:00
parent ba296ff54e
commit cd3b0b635a

View File

@@ -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 $?