Hi, On Fri, 21 Jul 2017, Junio C Hamano wrote: > Jean-Noël Avila <jn.avila@xxxxxxx> writes: > > > Le 20/07/2017 à 20:57, Junio C Hamano a écrit : > >> > >> + git diff --quiet HEAD && git diff --quiet --cached > >> + > >> + @for s in $(LOCALIZED_C) $(LOCALIZED_SH) $(LOCALIZED_PERL); \ > > > > Does PRIuMAX make sense for perl and sh files? > > Not really; I did this primarily because I would prefer to keep > things consistent, anticipating there may be some other things we > need to replace before running gettext(1) for other reasons later. It would add unnecessary churn, too, to add those specific exclusions and make things inconsistent: the use of PRItime in Perl or shell scripts would already make those scripts barf. And if it is unnecessary churn... let's not do it? Ciao, Dscho