git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Alf Clement" <alf.clement@gmail.com>
To: git@vger.kernel.org
Subject: gitk / diffcore-rename error message
Date: Fri, 30 May 2008 17:54:42 +0200	[thread overview]
Message-ID: <556d90580805300854k27e0ea9ev3aabcfb28f131228@mail.gmail.com> (raw)

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

             reply	other threads:[~2008-05-30 15:55 UTC|newest]

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

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=556d90580805300854k27e0ea9ev3aabcfb28f131228@mail.gmail.com \
    --to=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).