]> Pileus Git - ~andy/git/blobdiff - git-pull.sh
cat-file: provide %(deltabase) batch format
[~andy/git] / git-pull.sh
index b946fd975bacae7b73645e0dba8ae61da716ccfc..97716b885f8d52be465552458374698c4c78a51b 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