git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* False positives in git diff-index
@ 2010-12-27  8:49 Alexander Gladysh
  2011-01-04  9:45 ` Alexander Gladysh
  0 siblings, 1 reply; 12+ messages in thread
From: Alexander Gladysh @ 2010-12-27  8:49 UTC (permalink / raw)
  To: git

Hi, list!

I wrote about the related issue earlier:

http://lists-archives.org/git/731516-false-positives-from-git-diff-index-when-used-with-git-dir.html

Now I've got a case when I can reproduce this problem each time I try to.

Unfortunately I can not share it or create a minimal example — the
case is triggered by a custom complicated automated build process on a
private repository.

Anyway, I'm ready to debug this issue if someone will guide me.

Workflow:

<...change files in /path/dir1/...>
(cd /path && git add </path/dir1/>)
(cd /path && git commit -m <message1>)

... repeat change-add-commit several times for various directories
(can be the same directory or not) ...

<...generate file /path/dirN/foo...>
# Accidentally the file is generated the same as it was

(cd /path && git add </path/dirN/>)
(cd /path && git status) # Refresh index
(cd /path && git diff-index --exit-code --quiet HEAD -- /path/dirN) #
Incorrectly reports that there are some changes
(cd /path && git commit -m <messageN>) # fails, saying that there is
nothing to commit

If I insert sleep 10 between git status and git diff-index, the
problem goes away.

Any help?
Alexander.

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

end of thread, other threads:[~2011-01-06 12:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27  8:49 False positives in git diff-index Alexander Gladysh
2011-01-04  9:45 ` Alexander Gladysh
2011-01-04 11:47   ` Zenaan Harkness
2011-01-04 12:01     ` Alexander Gladysh
2011-01-04 14:08       ` Jakub Narebski
2011-01-04 14:46         ` Alexander Gladysh
2011-01-05  5:48   ` Jeff King
2011-01-05  6:07     ` Alexander Gladysh
2011-01-05  6:15       ` Jeff King
2011-01-05  7:46         ` Alexander Gladysh
2011-01-05  8:08           ` Jeff King
2011-01-06 12:12             ` Alexander Gladysh

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