Skip to content

Commit c1a4066

Browse files
author
Junio C Hamano
committed
Merge branch 'origin'
2 parents 17e7351 + cd3b0b6 commit c1a4066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dodoc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ test "$DOCREPO" != "" &&
3636
cd "$DOCREPO" || exit $?
3737

3838
git pull "$MASTERREPO" master &&
39+
git fetch --tags "$MASTERREPO" || exit $?
3940
test $(git-rev-parse --verify refs/heads/master) == "$ID" &&
4041
NID=$(git-describe --abbrev=4 "$ID") &&
4142
test '' != "$NID" || exit $?

0 commit comments

Comments
 (0)