We don't care if there are new config files or new i18n files.
Also move --color=never to grep, as that will remove colours from
git diff.
Change-Id: I09ffcb2beefad95b5530b61a9e99c2dbf20c511f
This seems to be a new convention and it seems that James has been
doing it by hand. *shakes head*
Change-Id: I519498c9b81d44dc7f8048d128b4fe526cb7b82d
* set -e: Abort on error.
* set -u: Emit error for undefined variables.
There was one case of unconditional access of a possibly
undefined variable in listRecentCommits.sh. Fixed by replacing
the old "x$x"="x" hack with an explicit emptiness check. The hack
is needed when supporting ancient non-bash shells, but this script
explicitly invokes a bash environment which 'test -z'.
Change-Id: I41a1c0d1bd57b5e241b83224096d32876fd913af