]> source.dussan.org Git - jgit.git/commit
Ignore submodule commits during checkout 03/3303/3
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 1 May 2011 21:17:57 +0000 (23:17 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 5 May 2011 17:45:57 +0000 (10:45 -0700)
commit5f22d67270466097713a0757e4f0f9f06cb06807
treec7b90a97039180da19f382acb2423632e2a19fc5
parent18b7e9400e5282bd3c47ec2d4772e4b1cae68683
Ignore submodule commits during checkout

Submodules are supposed to be handled by separate operations, so
we should ignore them on checkout, just like C Git does.

This fix does not add submodule support. We just try harder
to ignore them.

Bug: 343566
Change-Id: I2c5ae1024ea7bb57adf27072da6acc9643018eda
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit/src/org/eclipse/jgit/dircache/DirCacheCheckout.java