Re: [PATCH v5] userdiff: add Octave

2019-05-28 Thread Johannes Sixt
Am 28.05.19 um 18:37 schrieb Junio C Hamano: > Johannes Sixt writes: > >> Junio will very likely appreciate if you resend with these fixes applied. > > Heh, thanks, for spotting, but this round has already been in 'next' > so any updates should be done incrementally X-<. > I don't terribly min

Re: [PATCH v5] userdiff: add Octave

2019-05-28 Thread Junio C Hamano
Johannes Sixt writes: > Junio will very likely appreciate if you resend with these fixes applied. Heh, thanks, for spotting, but this round has already been in 'next' so any updates should be done incrementally X-<.

Re: [PATCH v5] userdiff: add Octave

2019-05-20 Thread Johannes Sixt
Am 18.05.19 um 05:46 schrieb Boxuan Li: > Octave pattern is almost the same as matlab, except > that '%%%' and '##' can also be used to begin code sections, > in addition to '%%' that is understood by both. Octave > pattern is merged into Matlab pattern. Test cases for > the hunk header patterns of

[PATCH v5] userdiff: add Octave

2019-05-17 Thread Boxuan Li
Octave pattern is almost the same as matlab, except that '%%%' and '##' can also be used to begin code sections, in addition to '%%' that is understood by both. Octave pattern is merged into Matlab pattern. Test cases for the hunk header patterns of matlab and octave under t/t4018 are added. Signe