diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-09-13 00:33:52 +0200 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2012-11-18 19:19:12 -0600 |
commit | 9051af3c4d870e255428b814b6b31cf7506f6ac0 (patch) | |
tree | 843e0290c85830306a8777c327d9bdd74ca35e41 /org.eclipse.jgit/resources | |
parent | 360be05fd4347b044adef575029c43897b24ceff (diff) | |
download | jgit-9051af3c4d870e255428b814b6b31cf7506f6ac0.tar.gz jgit-9051af3c4d870e255428b814b6b31cf7506f6ac0.zip |
Add GarbageCollectCommand to porcelain API
Bug: 394544
Change-Id: I73faa55d860db64efc3412fee27386df47552a75
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 2 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 70f1313a40..e7b1fe8956 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -209,6 +209,7 @@ flagIsDisposed={0} is disposed. flagNotFromThis={0} not from this. flagsAlreadyCreated={0} flags already created. funnyRefname=funny refname +gcFailed=Garbage collection failed. gitmodulesNotFound=.gitmodules not found in tree. headRequiredToStash=HEAD required to stash local changes hoursAgo={0} hours ago @@ -507,6 +508,7 @@ unrecognizedRef=Unrecognized ref: {0} unsupportedCommand0=unsupported command 0 unsupportedEncryptionAlgorithm=Unsupported encryption algorithm: {0} unsupportedEncryptionVersion=Unsupported encryption version: {0} +unsupportedGC Unsupported garbage collector for repository type: {0} unsupportedOperationNotAddAtEnd=Not add-at-end: {0} unsupportedPackIndexVersion=Unsupported pack index version {0} unsupportedPackVersion=Unsupported pack version {0}. |