From: Jeff King <peff@peff.net>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: add -i not able to find get_colorbool
Date: Mon, 17 Dec 2007 09:31:00 -0500 [thread overview]
Message-ID: <20071217143100.GA21122@coredump.intra.peff.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0712171400250.9446@racer.site>
On Mon, Dec 17, 2007 at 02:04:21PM +0000, Johannes Schindelin wrote:
> 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?
That does seem odd. Can you try running git-add--interactive in the perl
debugger and doing this:
x \&Git::get_colorbool
x \&Git::repository
It should tell you where it is getting the functions from (in the first
case, it will presumably not find it at all, but you seem to have a
Git::repository, so it should point to the file that has been loaded).
-Peff
next prev parent reply other threads:[~2007-12-17 14:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-17 14:04 add -i not able to find get_colorbool Johannes Schindelin
2007-12-17 14:31 ` Jeff King [this message]
2007-12-17 16:43 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071217143100.GA21122@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).