commit: --amend -m '' silently fails to wipe message
[gitweb.git] / git-pull.sh
index 47d89c1fc73b0b8245632563db83017296af7a62..23781e5611857548c448023d9fb291c371841278 100755 (executable)
@@ -193,15 +193,6 @@ esac
 
 error_on_no_merge_candidates () {
        exec >&2
-       for opt
-       do
-               case "$opt" in
-               -t|--t|--ta|--tag|--tags)
-                       echo "It doesn't make sense to pull all tags; you probably meant:"
-                       echo "  git fetch --tags"
-                       exit 1
-               esac
-       done
 
        if test true = "$rebase"
        then