]> source.dussan.org Git - jgit.git/commit
Add an object encapsulating the state of a PackWriter 93/4593/2
authorDave Borowitz <dborowitz@google.com>
Thu, 10 Nov 2011 20:49:15 +0000 (12:49 -0800)
committerDave Borowitz <dborowitz@google.com>
Mon, 14 Nov 2011 18:27:45 +0000 (10:27 -0800)
commit16b8ebf2d1d099ac355767b1b1853ae7bf8854f1
treeb4baa82a1377cd7ea22035beadc492fb6384e970
parente7ec5e147357f30cfde2e6921bd1bb5913b76e3b
Add an object encapsulating the state of a PackWriter

Exposes essentially the same state machine to the programmer as is
exposed to the client via a ProgressMonitor, using a wrapper around
beginTask()/endTask().

Change-Id: Ic3622b4acea65d2b9b3551c668806981fa7293e3
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackWriter.java