From 8f63dface2e08b228cdeb3bef3f93458eab9ce14 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 31 Jan 2011 08:37:54 -0800 Subject: PackWriter: Correct 'Compressing objects' progress message The first 'Compressing objects' progress message is wrong, its actually PackWriter looking up the sizes of each object in the ObjectDatabase, so objects can be sorted correctly in the later type-size sort that tries to take advantage of "Linus' Law" to improve delta compression. Rename the progress to say 'Getting sizes', which is an accurate description of what it is doing. Change-Id: Ida0a052ad2f6e994996189ca12959caab9e556a3 Signed-off-by: Shawn O. Pearce Signed-off-by: Chris Aniszczyk --- org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java | 1 + 1 file changed, 1 insertion(+) (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java') diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java index 71fa26de48..bd63a42db5 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java @@ -440,6 +440,7 @@ public class JGitText extends TranslationBundle { /***/ public String resultLengthIncorrect; /***/ public String rewinding; /***/ public String searchForReuse; + /***/ public String searchForSizes; /***/ public String sequenceTooLargeForDiffAlgorithm; /***/ public String serviceNotPermitted; /***/ public String shortCompressedStreamAt; -- cgit v1.2.3