]> git.ipfire.org Git - thirdparty/git.git/commit - send-pack.c
send-pack: unify error messages for unsupported capabilities
authorRalf Thielow <ralf.thielow@gmail.com>
Thu, 2 Apr 2015 17:28:48 +0000 (19:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2015 18:02:52 +0000 (11:02 -0700)
commitc8b8f22aa97a94dbad4fb7d8dcb2c5bf21c4fa32
treed67ec0ed52f5068c3ba9e5a85efeb812d5686a94
parent04b39f195baf95b79c9c28a096011e9fe0a08303
send-pack: unify error messages for unsupported capabilities

If --signed is not supported, the error message names the remote
"receiving end". If --atomic is not supported, the error message
names the remote "server". Unify the naming to "receiving end"
as we're in the context of "push".

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c