I got no --abbrev-commit for git pull. what can I do revoke this checkout?

thanks


On 26 April 2012 08:08, Koen Kooi <k...@dominion.thruhere.net> wrote:

>
> Op 25 apr. 2012, om 11:21 heeft Jaap Versteegh het volgende geschreven:
>
> > 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.
>
> It turns out to be even worse, if you have the most recent git, it only
> has --no-abbrev in the help, no --abbrev-commit. Time for another change...
>
> regards,
>
> Koen
> _______________________________________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>
_______________________________________________
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