[PATCH] send-pack: unify error messages for unsupported capabilities

2015-04-02 Thread Ralf Thielow
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.thie...@gmail.com --- send-pack.c | 2 +- 1

Re: [PATCH] send-pack: unify error messages for unsupported capabilities

2015-04-02 Thread Junio C Hamano
Ralf Thielow ralf.thie...@gmail.com writes: 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