Re: [PATCH] cleanup precompose_utf8

2012-08-19 Thread Torsten Bögershausen
On 17.08.12 19:30, Junio C Hamano wrote: > Robin Rosenberg writes: > >> Remove extraneous parentheses and braces >> Remove redundant NUL-termination >> Check result of unlink when probing for decomposed file names >> >> Signed-off-by: Robin Rosenberg >> --- > Thanks. I've found and fixed a bit m

Re: [PATCH] cleanup precompose_utf8

2012-08-17 Thread Junio C Hamano
Robin Rosenberg writes: > Remove extraneous parentheses and braces > Remove redundant NUL-termination > Check result of unlink when probing for decomposed file names > > Signed-off-by: Robin Rosenberg > --- Thanks. I've found and fixed a bit more style violations while we are at it. -- To unsu

Re: [PATCH] cleanup precompose_utf8

2012-08-17 Thread Junio C Hamano
Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] cleanup precompose_utf8

2012-08-17 Thread Robin Rosenberg
Remove extraneous parentheses and braces Remove redundant NUL-termination Check result of unlink when probing for decomposed file names Signed-off-by: Robin Rosenberg --- compat/precompose_utf8.c | 11 --- 1 fil ändrad, 4 tillägg(+), 7 borttagningar(-) diff --git a/compat/precompose_utf