Two users report issues (here, here) with pre-commit.d/30store-metadata resp. commit.d/20store-metadata:

In a German locale, etckeeper commit 'daily autocommit' creates messages like this:

grep: (Standardeingabe): Übereinstimmungen in Binärdatei

coming from the grep in line 25. It can be fixed by either setting LC_CTYPE=C (maybe generally, in that file), or by adding -a to the grep call.

done --?Joey