Merge branch 'ap/path-max'
[gitweb.git] / git-pull.sh
index 605e9575df6c4cc08ac5fbb6c4eac2c959954e49..f210d0a14707c57d66baa2d098d0d2efdaaaf72e 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