git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeff King <peff@peff.net>
To: Alf Clement <alf.clement@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: gitk / diffcore-rename error message
Date: Fri, 30 May 2008 19:10:42 -0400	[thread overview]
Message-ID: <20080530231041.GA11813@sigill.intra.peff.net> (raw)
In-Reply-To: <556d90580805300854k27e0ea9ev3aabcfb28f131228@mail.gmail.com>

On Fri, May 30, 2008 at 05:54:42PM +0200, Alf Clement wrote:

> Now I get the following error while using gitk:
> warning: too many files, skipping inexact rename detection
> warning: too many files, skipping inexact rename detection
>     while executing
> "close $bdf"
>     (procedure "getblobdiffline" line
> ...
> 
> which seems to come out of diffcore-rename.c
> 
> Can I ignore it? Is it harmful?

It isn't harmful. You had a big commit, and git decided it wasn't worth
trying to do rename detection on such a big change (because it would
likely take too much CPU time).

The upcoming version of git suppresses this message since it confuses
gitk. So you can try upgrading to the most recent 'master' to fix it. In
the meantime, you can either ignore it (though I think it may interfere
with gitk showing the correct diff), or you can try setting the rename
limit higher (try "git config diff.renamelimit 400").

-Peff

      reply	other threads:[~2008-05-30 23:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-30 15:54 gitk / diffcore-rename error message Alf Clement
2008-05-30 23:10 ` Jeff King [this message]

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080530231041.GA11813@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=alf.clement@gmail.com \
    --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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).