Re: [PATCH] transport, send-pack: append period to up-to-date message

2016-05-26 Thread Yong Bakos
On May 25, 2016, at 5:55 PM, Junio C Hamano wrote: > > Jeff King writes: > >> I think messages to stderr are generally fair game for changing, even in >> plumbing. In many cases they are also translated (and I would argue that >> these messages probably should be translated, too). > > I think

[PATCH] transport, send-pack: append period to up-to-date message

2016-05-24 Thread Yong Bakos
Appending a period to "Everything up-to-date" makes the output message consistent with similar output in builtin/merge.c. Signed-off-by: Yong Bakos --- builtin/send-pack.c | 2 +- transport.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/sen