git.vger.kernel.org archive mirror
 help / color / mirror / 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

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

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