git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* gitk / diffcore-rename error message
@ 2008-05-30 15:54 Alf Clement
  2008-05-30 23:10 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Alf Clement @ 2008-05-30 15:54 UTC (permalink / raw)
  To: git

Hi all,

I was trying to create a git repository in the following way (while
importing different releases from clearcase tree)

git init .
tar xzf version1..
git add .
git commit -a -m"Version1"
rm -rf tree
tar xzf version2
git add .
git commit -a -m"Version2"
... and so on for next next verison.

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?

Thanks,
Alf

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

* Re: gitk / diffcore-rename error message
  2008-05-30 15:54 gitk / diffcore-rename error message Alf Clement
@ 2008-05-30 23:10 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2008-05-30 23:10 UTC (permalink / raw)
  To: Alf Clement; +Cc: git

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

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

end of thread, other threads:[~2008-05-30 23:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-30 15:54 gitk / diffcore-rename error message Alf Clement
2008-05-30 23:10 ` Jeff King

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).