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

2015-04-02 Thread Junio C Hamano
Ralf Thielow 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 > ---

[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 --- send-pack.c | 2 +- 1 file changed,