]> source.dussan.org Git - jgit.git/commit
Check for racy git in WorkingTreeIterator 43/1143/2
authorChristian Halstrick <christian.halstrick@sap.com>
Fri, 16 Jul 2010 07:59:13 +0000 (09:59 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Tue, 20 Jul 2010 19:55:18 +0000 (21:55 +0200)
commit5c94321b47bf98645a10b685f9af31274292aecd
tree86f2aae6a8275aa35d5788e4f82e84c87df18444
parentc98d97731b87417b196341fa63a50fffea4e123c
Check for racy git in WorkingTreeIterator

The WorkingTreeIterator has a method to check whether
the current file differs from the corresponding index
entry. This commit improves this check to also handle
racy git situations.

See http://git.kernel.org/?p=git/git.git;a=blob;f=Documentation/technical/racy-git.txt;hb=HEAD

Change-Id: I3ad0897211dcbb2eac9eebcb19d095a5052fb06b
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/treewalk/WorkingTreeIterator.java