diff options
author | Colby Ranger <cranger@google.com> | 2013-01-18 16:22:10 -0800 |
---|---|---|
committer | Colby Ranger <cranger@google.com> | 2013-01-18 16:22:10 -0800 |
commit | 7c58f6282a53754822b00ae821d99262c43c86a9 (patch) | |
tree | 3cf6b8865f12018c21e0c8f75a06231a2c11e04f /org.eclipse.jgit/resources | |
parent | 372b2c0ca69b9a7746a7612dc4e59855df801ada (diff) | |
download | jgit-7c58f6282a53754822b00ae821d99262c43c86a9.tar.gz jgit-7c58f6282a53754822b00ae821d99262c43c86a9.zip |
Update DfsGarbageCollector to not read back a pack index.
Previously, the Dfs GC excluded objects from packs by passing a
previously written index to the PackWriter. Reading back a file on
Dfs is slow. Instead, allow the PackWriter to expose the objects
included in a pack and forward that to invocations of excludeObjects() .
Change-Id: I377cb4ab07f62cf790505e1eeb0b2efe81897c79
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index bccc3736f0..48cb487543 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -30,6 +30,7 @@ blobNotFound=Blob not found: {0} blobNotFoundForPath=Blob not found: {0} for path: {1} branchNameInvalid=Branch name {0} is not allowed cachedPacksPreventsIndexCreation=Using cached packs prevents index creation +cachedPacksPreventsListingObjects=Using cached packs prevents listing objects cannotBeCombined=Cannot be combined. cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included. cannotCombineSquashWithNoff=Cannot combine --squash with --no-ff. |