Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3404: use configured shell instead of /bin/sh
[gitweb.git]
/
builtin-push.c
diff --git
a/builtin-push.c
b/builtin-push.c
index c8cb63e23840915ecd7445d1fe4a18f9c6cb694d..9f727c00f689ae23373502c7fb21b2234a1c1748 100644
(file)
--- a/
builtin-push.c
+++ b/
builtin-push.c
@@
-90,7
+90,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;