Add connectivity checking utility to ObjectWalk
commitfae1938b06ae2481f0781ba46be2a203d2a0a18f
authorShawn O. Pearce <spearce@spearce.org>
Thu, 15 May 2008 02:07:53 +0000 (14 22:07 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 17 May 2008 03:59:50 +0000 (16 23:59 -0400)
treecdde254e117519938d1312d4210e30b566889c47
parent0644b345edc12273e8d07cb472ee58a044cfaab0
Add connectivity checking utility to ObjectWalk

Checking that all objects are reachable is useful in tools like
fetch, so we can avoid a network transfer if everything is in
our local repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/revwalk/ObjectWalk.java