Am 03.06.25 um 20:20 schrieb Junio C Hamano: > Rodrigo Carvalho <rodrigorsdc@xxxxxxxxx> writes: > >> The patch appends userdiff.c file in order to support R programming >> language function header. This will be useful for those who use Git >> for versioning .R files. >> >> Also, add three userdiff tests for R programming language >> files. These files define simple function and nested function, >> with and without indentation. >> >> Signed-off-by: Rodrigo Carvalho <rodrigorsdc@xxxxxxxxx> >> --- >> Changes in v2: >> - Add support for function defined by '=' >> - Replace word regex to '[^ \t'] >> - Add new test that handles with nested function > > Sorry, but this fell of the radar. > > It seems all the reviewer comments on the previous round have been > addressed. If everybody is happy with this version, let's merge it > down to 'next', for the next cycle. > > Thanks. Sorry for being slow. This round looks good to me, too. -- Hannes