git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* add -i not able to find get_colorbool
@ 2007-12-17 14:04 Johannes Schindelin
  2007-12-17 14:31 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2007-12-17 14:04 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-17 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 14:04 add -i not able to find get_colorbool Johannes Schindelin
2007-12-17 14:31 ` Jeff King
2007-12-17 16:43   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).