Re: [PATCH v1 02/12] rebase: don't translate trace strings

2019-04-25 Thread Phillip Wood
On 19/04/2019 06:53, Junio C Hamano wrote: > Phillip Wood writes: > >> From: Phillip Wood >> >> commit b3a5d5a80c ("trace2:data: add subverb for rebase", 2019-02-22) >> mistakenly marked the subverb names for translation and unnecessarily >> NULL terminated the array. >> >> Signed-off-by: Philli

Re: [PATCH v1 02/12] rebase: don't translate trace strings

2019-04-19 Thread Junio C Hamano
Phillip Wood writes: > From: Phillip Wood > > commit b3a5d5a80c ("trace2:data: add subverb for rebase", 2019-02-22) > mistakenly marked the subverb names for translation and unnecessarily > NULL terminated the array. > > Signed-off-by: Phillip Wood > --- > builtin/rebase.c | 15 +++