Code

Merge branch 'maint'
[git.git] / builtin-push.c
index 41df717f847ecc41bf0a695fa09fbb926b42f720..b68c6813b8c71e0e00790eb422e57f8e219095fb 100644 (file)
@@ -81,7 +81,7 @@ static int do_push(const char *repo, int flags)
                if (!err)
                        continue;
 
-               error("failed to push to '%s'", remote->url[i]);
+               error("failed to push some refs to '%s'", remote->url[i]);
                errs++;
        }
        return !!errs;