Hallo, On Thu, Nov 05, 2009 at 11:57:57AM +0100, Björn Steinbrink wrote: > This was already the case for the old "diff --check" call, but the new > one that checks whether there are any non-ascii file names was missing > it, making that check fail for root commits. > > Signed-off-by: Björn Steinbrink <B.Steinbrink@xxxxxx> [...] > - test "$(git diff --cached --name-only --diff-filter=A -z | > + test "$(git diff --cached --name-only --diff-filter=A -z $against | Looks sensible to me. Thanks for that fix. As this went unnoticed for quite some time it seems as either not many are actually using our example hook or at least not starting new projects with it. I fit in the latter group I suppose. cheers Heiko -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html