From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Steffen Prohaska <prohaska@zib.de>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: msysgit: merge, stat
Date: Mon, 13 Aug 2007 17:45:07 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0708131743360.25989@racer.site> (raw)
In-Reply-To: <2C573942-DD22-46EC-AE4A-1334450A7C4D@zib.de>
Hi,
On Sun, 12 Aug 2007, Steffen Prohaska wrote:
> After a 'git merge' in msysgit some stat information of the index
> doesn't match the working tree. Thus 'git diff' looks at files,
> which it shouldn't look at. I need to do a
> 'git update-index --refresh' before everything's in sync.
>
> Is this a know issue? Do other experience the same?
Yes, it is. The real issue is that the index is out of date, and the full
speed of git is not available until a refresh (which you can have with a
"git status", too).
There are people who want to change the behaviour, and hide the empty diff
output, preventing the user from ever knowing why git is so slow.
So just run a "git status" and continue.
Ciao,
Dscho
next prev parent reply other threads:[~2007-08-13 16:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-12 21:00 msysgit: merge, stat Steffen Prohaska
2007-08-13 16:45 ` Johannes Schindelin [this message]
2007-08-13 17:41 ` Steffen Prohaska
2007-08-13 19:54 ` Junio C Hamano
2007-08-13 21:31 ` Steffen Prohaska
2007-08-13 21:57 ` Junio C Hamano
2007-08-14 9:22 ` Johannes Schindelin
2007-08-14 21:03 ` Steffen Prohaska
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=Pine.LNX.4.64.0708131743360.25989@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=prohaska@zib.de \
/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).