Hi, I did not use "git add -i" in something like two weeks, and now it stopped working: $ git add -i Can't locate object method "get_colorbool" via package "Git" at /home/gitte/bin/git-add--interactive line 15. The second line of git-add--interactive reads thusly: use lib (split(/:/, $ENV{GITPERLLIB} || "/home/gitte/lib/perl5/site_perl/5.8.8")); and this puzzles me: $ grep -n get_colorbool /home/gitte/lib/perl5/site_perl/5.8.8/Git.pm 584:=item get_colorbool ( NAME ) 591:sub get_colorbool { So it has it, but cannot locate get_colorbool? Help, Dscho - 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