]> source.dussan.org Git - jgit.git/commit
Consistently use getDirectory() for work tree state 53/953/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 25 Jun 2010 01:41:21 +0000 (18:41 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 26 Jun 2010 00:46:40 +0000 (17:46 -0700)
commitf18b853044b57f1ffd1a3698f05b19d51e9b9c1b
tree37701931ad836b5c6dca17ca0b5eac3cf1515a37
parenta63494edeead4670ac2d838d346ed0fcdfa2b181
Consistently use getDirectory() for work tree state

This permits us to leave the implementation of these methods here in
the Repository class, but later refactor how the directory is accessed
into a subclass.

Change-Id: I5785b2009c5b7cca0fb070a968e50814ce847076
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java