dir.c: make git_fnmatch() not inline
[gitweb.git] / git-pull.sh
index 11ac50552cd42895c6f777c6161d2f6f22f83b97..0a5aa2c82187c3caa4b2a0716369314fc8c80c55 100755 (executable)
@@ -172,7 +172,7 @@ error_on_no_merge_candidates () {
        do
                case "$opt" in
                -t|--t|--ta|--tag|--tags)
-                       echo "Fetching tags only, you probably meant:"
+                       echo "It doesn't make sense to pull all tags; you probably meant:"
                        echo "  git fetch --tags"
                        exit 1
                esac