On 25-04-12 11:09, Koen Kooi wrote:
> What exactly doesn't work with that check? I tested it on debian, fedora and 
> osx

I think the line:
if ! git help log | grep -q no-abbrev ; then

should be:
if ! git help log | grep -q no-abbrev-commit ; then

because 'help log' of git 1.7.0 (default on ubuntu lucid) contains no-abbrev,
but it doesn't have --no-abbrev-commit.

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to