Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-pack: unify error messages for unsupported capabilities
[gitweb.git]
/
send-pack.c
diff --git
a/send-pack.c
b/send-pack.c
index 266f37f0605d8aa513e96c17d146b8d52468aaff..d938cba0a8ebc6c463dd64fafff3cafafef4d2b7 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-360,7
+360,7
@@
int send_pack(struct send_pack_args *args,
return 0;
}
if (args->atomic && !atomic_supported)
- die(_("
server
does not support --atomic push"));
+ die(_("
the receiving end
does not support --atomic push"));
use_atomic = atomic_supported && args->atomic;