Re: [PATCH v3 6/6] wt-status: begin error messages with lower-case

2016-10-06 Thread Johannes Schindelin
Hi Kuba, On Wed, 5 Oct 2016, Jakub Narębski wrote: > W dniu 04.10.2016 o 15:06, Johannes Schindelin pisze: > > > The previous code still followed the old git-pull.sh code which did not > > adhere to our new convention. > > Good to know why it used its own convention. Yeah, I figured that it is

Re: [PATCH v3 6/6] wt-status: begin error messages with lower-case

2016-10-05 Thread Jakub Narębski
W dniu 04.10.2016 o 15:06, Johannes Schindelin pisze: > The previous code still followed the old git-pull.sh code which did not > adhere to our new convention. Good to know why it used its own convention. > Signed-off-by: Johannes Schindelin > --- > builtin/pull.c | 2 +- > wt-status.c| 6

[PATCH v3 6/6] wt-status: begin error messages with lower-case

2016-10-04 Thread Johannes Schindelin
The previous code still followed the old git-pull.sh code which did not adhere to our new convention. Signed-off-by: Johannes Schindelin --- builtin/pull.c | 2 +- wt-status.c| 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/pull.c b/builtin/pull.c index c639