]> source.dussan.org Git - jgit.git/commit
Optimize DirCacheCheckout 82/1782/4
authorLluis Sanchez <slluis.devel@gmail.com>
Tue, 26 Oct 2010 09:18:18 +0000 (11:18 +0200)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 26 Oct 2010 18:27:40 +0000 (13:27 -0500)
commit07cae6e6c1d6982cf6b919e90e79330793c74a15
treeec70720e184e15a1f799985f3aa3ea7ded74977c
parente10808e6585fe16956bda294bcc3ffbaa1410a1c
Optimize DirCacheCheckout

When checking out a tree, files that are identical to the file in
the current index and working directory don't need to be updated.

Change-Id: I9e025a53facd42410796eae821baaeff684a25c5
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java