Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Borowitz2011-11-10 20:49:15 +0000
committerDave Borowitz2011-11-14 18:27:45 +0000
commit16b8ebf2d1d099ac355767b1b1853ae7bf8854f1 (patch)
treeb4baa82a1377cd7ea22035beadc492fb6384e970 /org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
parente7ec5e147357f30cfde2e6921bd1bb5913b76e3b (diff)
downloadjgit-16b8ebf2d1d099ac355767b1b1853ae7bf8854f1.tar.gz
jgit-16b8ebf2d1d099ac355767b1b1853ae7bf8854f1.tar.xz
jgit-16b8ebf2d1d099ac355767b1b1853ae7bf8854f1.zip
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
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java')
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
index ceabe6d383..e64534753e 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
@@ -275,6 +275,7 @@ public class JGitText extends TranslationBundle {
/***/ public String hunkHeaderDoesNotMatchBodyLineCountOf;
/***/ public String illegalArgumentNotA;
/***/ public String illegalCombinationOfArguments;
+ /***/ public String illegalPackingPhase;
/***/ public String illegalStateExists;
/***/ public String improperlyPaddedBase64Input;
/***/ public String inMemoryBufferLimitExceeded;

Back to the top