org.eclipse.jgit.http.server;version="[2.0.0,2.1.0)",
org.eclipse.jgit.http.server.glue;version="[2.0.0,2.1.0)",
org.eclipse.jgit.http.server.resolver;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.internal;version="[2.0.0,2.1.0)",
org.eclipse.jgit.junit;version="[2.0.0,2.1.0)",
org.eclipse.jgit.junit.http;version="[2.0.0,2.1.0)",
org.eclipse.jgit.lib;version="[2.0.0,2.1.0)",
import org.eclipse.jetty.servlet.DefaultServlet;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHolder;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
import org.eclipse.jgit.errors.TransportException;
import org.eclipse.jgit.http.server.GitServlet;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.junit.http.AccessEvent;
import org.eclipse.jgit.junit.http.AppServer;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHolder;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
import org.eclipse.jgit.http.server.GitServlet;
import org.eclipse.jgit.http.server.GitSmartHttpTools;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.junit.http.HttpTestCase;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jetty.servlet.FilterMapping;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHolder;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.RemoteRepositoryException;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
import org.eclipse.jgit.errors.TransportException;
import org.eclipse.jgit.http.server.GitServlet;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.junit.TestRng;
import org.eclipse.jgit.junit.http.AccessEvent;
org.eclipse.jgit.fnmatch;version="[2.0.0,2.1.0)",
org.eclipse.jgit.http.server;version="[2.0.0,2.1.0)",
org.eclipse.jgit.ignore;version="[2.0.0,2.1.0)",
+ org.eclipse.jgit.internal;version="[2.0.0,2.1.0)",
org.eclipse.jgit.iplog;version="[2.0.0,2.1.0)",
org.eclipse.jgit.junit;version="[2.0.0,2.1.0)",
org.eclipse.jgit.lib;version="[2.0.0,2.1.0)",
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.junit.Before;
import org.junit.Test;
package org.eclipse.jgit.nls;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.awtui.UIText;
import org.eclipse.jgit.console.ConsoleText;
import org.eclipse.jgit.http.server.HttpServerText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.iplog.IpLogText;
import org.eclipse.jgit.pgm.CLIText;
import org.junit.Before;
import java.io.InputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.junit.Test;
import java.util.Arrays;
import java.util.zip.Deflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LargeObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.eclipse.jgit.junit.LocalDiskRepositoryTestCase;
import org.eclipse.jgit.junit.TestRepository;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.CommitBuilder;
import org.eclipse.jgit.lib.Constants;
import java.util.Arrays;
import java.util.zip.DeflaterOutputStream;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.LargeObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.eclipse.jgit.junit.LocalDiskRepositoryTestCase;
import org.eclipse.jgit.junit.TestRng;
import java.io.InputStream;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.eclipse.jgit.junit.TestRng;
import org.eclipse.jgit.lib.Constants;
import java.io.File;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.api.Status;
import org.eclipse.jgit.api.SubmoduleAddCommand;
import org.eclipse.jgit.dircache.DirCacheEditor;
import org.eclipse.jgit.dircache.DirCacheEditor.PathEdit;
import org.eclipse.jgit.dircache.DirCacheEntry;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.text.MessageFormat;
import java.util.zip.Deflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TooLargeObjectInPackException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.junit.JGitTestUtil;
import org.eclipse.jgit.junit.TestRepository;
import org.eclipse.jgit.lib.Constants;
import java.io.OutputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.junit.Before;
import org.junit.Test;
org.eclipse.jgit.events;version="2.0.0",
org.eclipse.jgit.fnmatch;version="2.0.0",
org.eclipse.jgit.ignore;version="2.0.0",
+ org.eclipse.jgit.internal;version="2.0.0";x-internal:=true,
org.eclipse.jgit.lib;version="2.0.0",
org.eclipse.jgit.merge;version="2.0.0",
org.eclipse.jgit.nls;version="2.0.0",
+++ /dev/null
-abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative.
-abortingRebase=Aborting rebase: resetting to {0}
-abortingRebaseFailed=Could not abort rebase
-advertisementCameBefore=advertisement of {0}^{} came before {1}
-advertisementOfCameBefore=advertisement of {0}^{} came before {1}
-amazonS3ActionFailed={0} of ''{1}'' failed: {2} {3}
-amazonS3ActionFailedGivingUp={0} of ''{1}'' failed: Giving up after {2} attempts.
-ambiguousObjectAbbreviation=Object abbreviation {0} is ambiguous
-aNewObjectIdIsRequired=A NewObjectId is required.
-anExceptionOccurredWhileTryingToAddTheIdOfHEAD=An exception occurred while trying to add the Id of HEAD
-anSSHSessionHasBeenAlreadyCreated=An SSH session has been already created
-applyingCommit=Applying {0}
-atLeastOnePathIsRequired=At least one path is required.
-atLeastOnePatternIsRequired=At least one pattern is required.
-atLeastTwoFiltersNeeded=At least two filters needed.
-authenticationNotSupported=authentication not supported
-badBase64InputCharacterAt=Bad Base64 input character at {0} : {1} (decimal)
-badEntryDelimiter=Bad entry delimiter
-badEntryName=Bad entry name: {0}
-badEscape=Bad escape: {0}
-badGroupHeader=Bad group header
-badObjectType=Bad object type: {0}
-badSectionEntry=Bad section entry: {0}
-bareRepositoryNoWorkdirAndIndex=Bare Repository has neither a working tree, nor an index
-base64InputNotProperlyPadded=Base64 input not properly padded.
-baseLengthIncorrect=base length incorrect
-blameNotCommittedYet=Not Committed Yet
-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
-cannotBeCombined=Cannot be combined.
-cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included.
-cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RevFilter {1}.
-cannotCommitOnARepoWithState=Cannot commit on a repo with state: {0}
-cannotCommitWriteTo=Cannot commit write to {0}
-cannotConnectPipes=cannot connect pipes
-cannotConvertScriptToText=Cannot convert script to text
-cannotCreateConfig=cannot create config
-cannotCreateDirectory=Cannot create directory {0}
-cannotCreateHEAD=cannot create HEAD
-cannotDeleteCheckedOutBranch=Branch {0} is checked out and can not be deleted
-cannotDeleteFile=Cannot delete file: {0}
-cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0}
-cannotDeleteStaleTrackingRef2=Cannot delete stale tracking ref {0}: {1}
-cannotDetermineProxyFor=Cannot determine proxy for {0}
-cannotDownload=Cannot download {0}
-cannotExecute=cannot execute: {0}
-cannotGet=Cannot get {0}
-cannotListRefs=cannot list refs
-cannotLock=Cannot lock {0}
-cannotLockPackIn=Cannot lock pack in {0}
-cannotMatchOnEmptyString=Cannot match on empty string.
-cannotMoveIndexTo=Cannot move index to {0}
-cannotMovePackTo=Cannot move pack to {0}
-cannotOpenService=cannot open {0}
-cannotParseGitURIish=Cannot parse Git URI-ish
-cannotPullOnARepoWithState=Cannot pull into a repository with state: {0}
-cannotRead=Cannot read {0}
-cannotReadBlob=Cannot read blob {0}
-cannotReadCommit=Cannot read commit {0}
-cannotReadFile=Cannot read file {0}
-cannotReadHEAD=cannot read HEAD: {0} {1}
-cannotReadObject=Cannot read object
-cannotReadTree=Cannot read tree {0}
-cannotRebaseWithoutCurrentHead=Can not rebase without a current HEAD
-cannotResolveLocalTrackingRefForUpdating=Cannot resolve local tracking ref {0} for updating.
-cannotStoreObjects=cannot store objects
-cannotUnloadAModifiedTree=Cannot unload a modified tree.
-cannotWorkWithOtherStagesThanZeroRightNow=Cannot work with other stages than zero right now. Won't write corrupt index.
-canOnlyCherryPickCommitsWithOneParent=Cannot cherry-pick commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported.
-canOnlyRevertCommitsWithOneParent=Can only revert commits which have exactly one parent
-cantFindObjectInReversePackIndexForTheSpecifiedOffset=Can't find object in (reverse) pack index for the specified offset {0}
-cantPassMeATree=Can't pass me a tree!
-channelMustBeInRange0_255=channel {0} must be in range [0, 255]
-characterClassIsNotSupported=The character class {0} is not supported.
-checkoutConflictWithFile=Checkout conflict with file: {0}
-checkoutConflictWithFiles=Checkout conflict with files: {0}
-checkoutUnexpectedResult=Checkout returned unexpected result {0}
-classCastNotA=Not a {0}
-cloneNonEmptyDirectory=Destination path "{0}" already exists and is not an empty directory
-collisionOn=Collision on {0}
-commandWasCalledInTheWrongState=Command {0} was called in the wrong state
-commitAlreadyExists=exists {0}
-commitMessageNotSpecified=commit message not specified
-commitOnRepoWithoutHEADCurrentlyNotSupported=Commit on repo without HEAD currently not supported
-compressingObjects=Compressing objects
-connectionFailed=connection failed
-connectionTimeOut=Connection time out: {0}
-contextMustBeNonNegative=context must be >= 0
-corruptionDetectedReReadingAt=Corruption detected re-reading at {0}
-corruptObjectBadStream=bad stream
-corruptObjectBadStreamCorruptHeader=bad stream, corrupt header
-corruptObjectGarbageAfterSize=garbage after size
-corruptObjectIncorrectLength=incorrect length
-corruptObjectInvalidEntryMode=invalid entry mode
-corruptObjectInvalidMode=invalid mode
-corruptObjectInvalidMode2=invalid mode {0}
-corruptObjectInvalidMode3=invalid mode {0} for {1} ''{2}'' in {3}.
-corruptObjectInvalidType=invalid type
-corruptObjectInvalidType2=invalid type {0}
-corruptObjectMalformedHeader=malformed header: {0}
-corruptObjectNegativeSize=negative size
-corruptObjectNoAuthor=no author
-corruptObjectNoCommitter=no committer
-corruptObjectNoHeader=no header
-corruptObjectNoObject=no object
-corruptObjectNoTaggerBadHeader=no tagger/bad header
-corruptObjectNoTaggerHeader=no tagger header
-corruptObjectNoTagName=no tag name
-corruptObjectNotree=no tree
-corruptObjectNoType=no type
-corruptObjectPackfileChecksumIncorrect=Packfile checksum incorrect.
-couldNotCheckOutBecauseOfConflicts=Could not check out because of conflicts
-couldNotDeleteLockFileShouldNotHappen=Could not delete lock file. Should not happen
-couldNotDeleteTemporaryIndexFileShouldNotHappen=Could not delete temporary index file. Should not happen
-couldNotGetAdvertisedRef=Could not get advertised Ref for branch {0}
-couldNotLockHEAD=Could not lock HEAD
-couldNotReadIndexInOneGo=Could not read index in one go, only {0} out of {1} read
-couldNotReadObjectWhileParsingCommit=Could not read an object while parsing commit {0}
-couldNotRenameDeleteOldIndex=Could not rename delete old index
-couldNotRenameTemporaryFile=Could not rename temporary file {0} to new location {1}
-couldNotRenameTemporaryIndexFileToIndex=Could not rename temporary index file to index
-couldNotURLEncodeToUTF8=Could not URL encode to UTF-8
-couldNotWriteFile=Could not write file {0}
-countingObjects=Counting objects
-createBranchFailedUnknownReason=Create branch failed for unknown reason
-createBranchUnexpectedResult=Create branch returned unexpected result {0}
-createNewFileFailed=Could not create new file {0}
-credentialPassword=Password
-credentialUsername=Username
-daemonAlreadyRunning=Daemon already running
-daysAgo={0} days ago
-deleteBranchUnexpectedResult=Delete branch returned unexpected result {0}
-deleteFileFailed=Could not delete file {0}
-deleteTagUnexpectedResult=Delete tag returned unexpected result {0}
-deletingNotSupported=Deleting {0} not supported.
-destinationIsNotAWildcard=Destination is not a wildcard.
-detachedHeadDetected=HEAD is detached
-dirCacheDoesNotHaveABackingFile=DirCache does not have a backing file
-dirCacheFileIsNotLocked=DirCache {0} not locked
-dirCacheIsNotLocked=DirCache is not locked
-DIRCChecksumMismatch=DIRC checksum mismatch
-DIRCExtensionIsTooLargeAt=DIRC extension {0} is too large at {1} bytes.
-DIRCExtensionNotSupportedByThisVersion=DIRC extension {0} not supported by this version.
-DIRCHasTooManyEntries=DIRC has too many entries.
-DIRCUnrecognizedExtendedFlags=Unrecognized extended flags: {0}
-dirtyFilesExist=Dirty files exist. Refusing to merge
-doesNotHandleMode=Does not handle mode {0} ({1})
-downloadCancelled=Download cancelled
-downloadCancelledDuringIndexing=Download cancelled during indexing
-duplicateAdvertisementsOf=duplicate advertisements of {0}
-duplicateRef=Duplicate ref: {0}
-duplicateRemoteRefUpdateIsIllegal=Duplicate remote ref update is illegal. Affected remote name: {0}
-duplicateStagesNotAllowed=Duplicate stages not allowed
-eitherGitDirOrWorkTreeRequired=One of setGitDir or setWorkTree must be called.
-emptyCommit=No changes
-emptyPathNotPermitted=Empty path not permitted.
-encryptionError=Encryption error: {0}
-endOfFileInEscape=End of file in escape
-entryNotFoundByPath=Entry not found by path: {0}
-enumValueNotSupported2=Invalid value: {0}.{1}={2}
-enumValueNotSupported3=Invalid value: {0}.{1}.{2}={3}
-enumValuesNotAvailable=Enumerated values of type {0} not available
-errorDecodingFromFile=Error decoding from file {0}
-errorEncodingFromFile=Error encoding from file {0}
-errorInBase64CodeReadingStream=Error in Base64 code reading stream.
-errorInPackedRefs=error in packed-refs
-errorInvalidProtocolWantedOldNewRef=error: invalid protocol: wanted 'old new ref'
-errorListing=Error listing {0}
-errorOccurredDuringUnpackingOnTheRemoteEnd=error occurred during unpacking on the remote end: {0}
-errorReadingInfoRefs=error reading info/refs
-exceptionCaughtDuringExecutionOfAddCommand=Exception caught during execution of add command
-exceptionCaughtDuringExecutionOfCherryPickCommand=Exception caught during execution of cherry-pick command. {0}
-exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution of commit command
-exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution of fetch command
-exceptionCaughtDuringExecutionOfLsRemoteCommand=Exception caught during execution of ls-remote command
-exceptionCaughtDuringExecutionOfMergeCommand=Exception caught during execution of merge command. {0}
-exceptionCaughtDuringExecutionOfPullCommand=Exception caught during execution of pull command
-exceptionCaughtDuringExecutionOfPushCommand=Exception caught during execution of push command
-exceptionCaughtDuringExecutionOfResetCommand=Exception caught during execution of reset command. {0}
-exceptionCaughtDuringExecutionOfRevertCommand=Exception caught during execution of revert command. {0}
-exceptionCaughtDuringExecutionOfRmCommand=Exception caught during execution of rm command
-exceptionCaughtDuringExecutionOfTagCommand=Exception caught during execution of tag command
-exceptionOccurredDuringAddingOfOptionToALogCommand=Exception occurred during adding of {0} as option to a Log command
-exceptionOccurredDuringReadingOfGIT_DIR=Exception occurred during reading of $GIT_DIR/{0}. {1}
-expectedACKNAKFoundEOF=Expected ACK/NAK, found EOF
-expectedACKNAKGot=Expected ACK/NAK, got: {0}
-expectedBooleanStringValue=Expected boolean string value
-expectedCharacterEncodingGuesses=Expected {0} character encoding guesses
-expectedEOFReceived=expected EOF; received ''{0}'' instead
-expectedGot=expected ''{0}'', got ''{1}''
-expectedPktLineWithService=expected pkt-line with '# service=-', got ''{0}''
-expectedReceivedContentType=expected Content-Type {0}; received Content-Type {1}
-expectedReportForRefNotReceived={0}: expected report for ref {1} not received
-failedUpdatingRefs=failed updating refs
-failureDueToOneOfTheFollowing=Failure due to one of the following:
-failureUpdatingFETCH_HEAD=Failure updating FETCH_HEAD: {0}
-failureUpdatingTrackingRef=Failure updating tracking ref {0}: {1}
-fileCannotBeDeleted=File cannot be deleted: {0}
-fileIsTooBigForThisConvenienceMethod=File is too big for this convenience method ({0} bytes).
-fileIsTooLarge=File is too large: {0}
-fileModeNotSetForPath=FileMode not set for path {0}
-flagIsDisposed={0} is disposed.
-flagNotFromThis={0} not from this.
-flagsAlreadyCreated={0} flags already created.
-funnyRefname=funny refname
-headRequiredToStash=HEAD required to stash local changes
-hoursAgo={0} hours ago
-hugeIndexesAreNotSupportedByJgitYet=Huge indexes are not supported by jgit, yet
-hunkBelongsToAnotherFile=Hunk belongs to another file
-hunkDisconnectedFromFile=Hunk disconnected from file
-hunkHeaderDoesNotMatchBodyLineCountOf=Hunk header {0} does not match body line count of {1}
-illegalArgumentNotA=Not {0}
-illegalCombinationOfArguments=The combination of arguments {0} and {1} is not allowed
-illegalPackingPhase=Illegal packing phase {0}
-illegalStateExists=exists {0}
-improperlyPaddedBase64Input=Improperly padded Base64 input.
-incorrectHashFor=Incorrect hash for {0}; computed {1} as a {2} from {3} bytes.
-incorrectOBJECT_ID_LENGTH=Incorrect OBJECT_ID_LENGTH.
-indexFileIsInUse=Index file is in use
-indexFileIsTooLargeForJgit=Index file is too large for jgit
-indexSignatureIsInvalid=Index signature is invalid: {0}
-indexWriteException=Modified index could not be written
-inMemoryBufferLimitExceeded=In-memory buffer limit exceeded
-integerValueOutOfRange=Integer value {0}.{1} out of range
-internalRevisionError=internal revision error
-internalServerError=internal server error
-interruptedWriting=Interrupted writing {0}
-inTheFuture=in the future
-invalidAdvertisementOf=invalid advertisement of {0}
-invalidAncestryLength=Invalid ancestry length
-invalidBooleanValue=Invalid boolean value: {0}.{1}={2}
-invalidChannel=Invalid channel {0}
-invalidCharacterInBase64Data=Invalid character in Base64 data.
-invalidCommitParentNumber=Invalid commit parent number
-invalidEncryption=Invalid encryption
-invalidGitdirRef = Invalid .git reference in file ''{0}''
-invalidGitType=invalid git type: {0}
-invalidId=Invalid id {0}
-invalidIdLength=Invalid id length {0}; should be {1}
-invalidIntegerValue=Invalid integer value: {0}.{1}={2}
-invalidKey=Invalid key: {0}
-invalidLineInConfigFile=Invalid line in config file
-invalidModeFor=Invalid mode {0} for {1} {2} in {3}.
-invalidModeForPath=Invalid mode {0} for path {1}
-invalidObject=Invalid {0} {1}:{2}
-invalidOldIdSent=invalid old id sent
-invalidPacketLineHeader=Invalid packet line header: {0}
-invalidPath=Invalid path: {0}
-invalidReflogRevision=Invalid reflog revision: {0}
-invalidRefName=Invalid ref name: {0}
-invalidRemote=Invalid remote: {0}
-invalidStageForPath=Invalid stage {0} for path {1}
-invalidTagOption=Invalid tag option: {0}
-invalidTimeout=Invalid timeout: {0}
-invalidURL=Invalid URL {0}
-invalidWildcards=Invalid wildcards {0}
-invalidWindowSize=Invalid window size
-isAStaticFlagAndHasNorevWalkInstance={0} is a static flag and has no RevWalk instance
-JRELacksMD5Implementation=JRE lacks MD5 implementation
-kNotInRange=k {0} not in {1} - {2}
-largeObjectExceedsByteArray=Object {0} exceeds 2 GiB byte array limit
-largeObjectExceedsLimit=Object {0} exceeds {1} limit, actual size is {2}
-largeObjectException={0} exceeds size limit
-largeObjectOutOfMemory=Out of memory loading {0}
-lengthExceedsMaximumArraySize=Length exceeds maximum array size
-listingAlternates=Listing alternates
-localObjectsIncomplete=Local objects incomplete.
-localRefIsMissingObjects=Local ref {0} is missing object(s).
-lockCountMustBeGreaterOrEqual1=lockCount must be >= 1
-lockError=lock error: {0}
-lockOnNotClosed=Lock on {0} not closed.
-lockOnNotHeld=Lock on {0} not held.
-malformedpersonIdentString=Malformed PersonIdent string (no < was found): {0}
-maxCountMustBeNonNegative=max count must be >= 0
-mergeConflictOnNonNoteEntries=Merge conflict on non-note entries: base = {0}, ours = {1}, theirs = {2}
-mergeConflictOnNotes=Merge conflict on note {0}. base = {1}, ours = {2}, theirs = {2}
-mergeStrategyAlreadyExistsAsDefault=Merge strategy "{0}" already exists as a default strategy
-mergeStrategyDoesNotSupportHeads=merge strategy {0} does not support {1} heads to be merged into HEAD
-mergeUsingStrategyResultedInDescription=Merge of revisions {0} with base {1} using strategy {2} resulted in: {3}. {4}
-minutesAgo={0} minutes ago
-missingAccesskey=Missing accesskey.
-missingConfigurationForKey=No value for key {0} found in configuration
-missingDeltaBase=delta base
-missingForwardImageInGITBinaryPatch=Missing forward-image in GIT binary patch
-missingObject=Missing {0} {1}
-missingPrerequisiteCommits=missing prerequisite commits:
-missingRequiredParameter=Parameter "{0}" is missing
-missingSecretkey=Missing secretkey.
-mixedStagesNotAllowed=Mixed stages not allowed
-mkDirFailed=Creating directory {0} failed
-mkDirsFailed=Creating directories for {0} failed
-month=month
-months=months
-monthsAgo={0} months ago
-multipleMergeBasesFor=Multiple merge bases for:\n {0}\n {1} found:\n {2}\n {3}
-need2Arguments=Need 2 arguments
-needPackOut=need packOut
-needsAtLeastOneEntry=Needs at least one entry
-needsWorkdir=Needs workdir
-newlineInQuotesNotAllowed=Newline in quotes not allowed
-noApplyInDelete=No apply in delete
-noClosingBracket=No closing {0} found for {1} at index {2}.
-noHEADExistsAndNoExplicitStartingRevisionWasSpecified=No HEAD exists and no explicit starting revision was specified
-noHMACsupport=No {0} support: {1}
-noMergeHeadSpecified=No merge head specified
-noSuchRef=no such ref
-notABoolean=Not a boolean: {0}
-notABundle=not a bundle
-notADIRCFile=Not a DIRC file.
-notAGitDirectory=not a git directory
-notAPACKFile=Not a PACK file.
-notARef=Not a ref: {0}: {1}
-notASCIIString=Not ASCII string: {0}
-notAuthorized=not authorized
-notAValidPack=Not a valid pack {0}
-notFound=not found.
-nothingToFetch=Nothing to fetch.
-nothingToPush=Nothing to push.
-notMergedExceptionMessage=Branch was not deleted as it has not been merged yet; use the force option to delete it anyway
-noXMLParserAvailable=No XML parser available.
-objectAtHasBadZlibStream=Object at {0} in {1} has bad zlib stream
-objectAtPathDoesNotHaveId=Object at path "{0}" does not have an id assigned. All object ids must be assigned prior to writing a tree.
-objectIsCorrupt=Object {0} is corrupt: {1}
-objectIsNotA=Object {0} is not a {1}.
-objectNotFoundIn=Object {0} not found in {1}.
-obtainingCommitsForCherryPick=Obtaining commits that need to be cherry-picked
-offsetWrittenDeltaBaseForObjectNotFoundInAPack=Offset-written delta base for object not found in a pack
-onlyAlreadyUpToDateAndFastForwardMergesAreAvailable=only already-up-to-date and fast forward merges are available
-onlyOneFetchSupported=Only one fetch supported
-onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported.
-openFilesMustBeAtLeast1=Open files must be >= 1
-openingConnection=Opening connection
-operationCanceled=Operation {0} was canceled
-outputHasAlreadyBeenStarted=Output has already been started.
-packChecksumMismatch=Pack checksum mismatch
-packCorruptedWhileWritingToFilesystem=Pack corrupted while writing to filesystem
-packDoesNotMatchIndex=Pack {0} does not match index
-packetSizeMustBeAtLeast=packet size {0} must be >= {1}
-packetSizeMustBeAtMost=packet size {0} must be <= {1}
-packfileCorruptionDetected=Packfile corruption detected: {0}
-packFileInvalid=Pack file invalid: {0}
-packfileIsTruncated=Packfile is truncated.
-packHasUnresolvedDeltas=pack has unresolved deltas
-packingCancelledDuringObjectsWriting=Packing cancelled during objects writing
-packObjectCountMismatch=Pack object count mismatch: pack {0} index {1}: {2}
-packTooLargeForIndexVersion1=Pack too large for index version 1
-packWriterStatistics=Total {0,number,#0} (delta {1,number,#0}), reused {2,number,#0} (delta {3,number,#0})
-patchApplyException=Cannot apply: {0}
-patchFormatException=Format error: {0}
-pathIsNotInWorkingDir=Path is not in working dir
-pathNotConfigured=Submodule path is not configured
-peeledLineBeforeRef=Peeled line before ref.
-peerDidNotSupplyACompleteObjectGraph=peer did not supply a complete object graph
-prefixRemote=remote:
-problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0}
-progressMonUploading=Uploading {0}
-propertyIsAlreadyNonNull=Property is already non null
-pullOnRepoWithoutHEADCurrentlyNotSupported=Pull on repository without HEAD currently not supported
-pullTaskName=Pull
-pushCancelled=push cancelled
-pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport
-pushNotPermitted=push not permitted
-rawLogMessageDoesNotParseAsLogEntry=Raw log message does not parse as log entry
-readingObjectsFromLocalRepositoryFailed=reading objects from local repository failed: {0}
-readTimedOut=Read timed out
-receivePackObjectTooLarge1=Object too large, rejecting the pack. Max object size limit is {0} bytes.
-receivePackObjectTooLarge2=Object too large ({0} bytes), rejecting the pack. Max object size limit is {1} bytes.
-receivingObjects=Receiving objects
-refAlreadyExists=Ref {0} already exists
-reflogEntryNotFound=Entry {0} not found in reflog for ''{1}''
-refNotResolved=Ref {0} can not be resolved
-refUpdateReturnCodeWas=RefUpdate return code was: {0}
-remoteConfigHasNoURIAssociated=Remote config "{0}" has no URIs associated
-remoteDoesNotHaveSpec=Remote does not have {0} available for fetch.
-remoteDoesNotSupportSmartHTTPPush=remote does not support smart HTTP push
-remoteHungUpUnexpectedly=remote hung up unexpectedly
-remoteNameCantBeNull=Remote name can't be null.
-renameBranchFailedBecauseTag=Can not rename as Ref {0} is a tag
-renameBranchFailedUnknownReason=Rename failed with unknown reason
-renameBranchUnexpectedResult=Unexpected rename result {0}
-renameFileFailed=Could not rename file {0} to {1}
-renamesAlreadyFound=Renames have already been found.
-renamesBreakingModifies=Breaking apart modified file pairs
-renamesFindingByContent=Finding renames by content similarity
-renamesFindingExact=Finding exact renames
-renamesRejoiningModifies=Rejoining modified file pairs
-repositoryAlreadyExists=Repository already exists: {0}
-repositoryConfigFileInvalid=Repository config file {0} invalid {1}
-repositoryIsRequired=Repository is required.
-repositoryNotFound=repository not found: {0}
-repositoryState_applyMailbox=Apply mailbox
-repositoryState_bisecting=Bisecting
-repositoryState_conflicts=Conflicts
-repositoryState_merged=Merged
-repositoryState_normal=Normal
-repositoryState_rebase=Rebase
-repositoryState_rebaseInteractive=Rebase interactive
-repositoryState_rebaseOrApplyMailbox=Rebase/Apply mailbox
-repositoryState_rebaseWithMerge=Rebase w/merge
-requiredHashFunctionNotAvailable=Required hash function {0} not available.
-resettingHead=Resetting head to {0}
-resolvingDeltas=Resolving deltas
-resultLengthIncorrect=result length incorrect
-rewinding=Rewinding to commit {0}
-searchForReuse=Finding sources
-searchForSizes=Getting sizes
-secondsAgo={0} seconds ago
-sequenceTooLargeForDiffAlgorithm=Sequence too large for difference algorithm.
-serviceNotEnabledNoName=Service not enabled
-serviceNotPermitted={0} not permitted
-serviceNotPermittedNoName=Service not permitted
-shortCompressedStreamAt=Short compressed stream at {0}
-shortReadOfBlock=Short read of block.
-shortReadOfOptionalDIRCExtensionExpectedAnotherBytes=Short read of optional DIRC extension {0}; expected another {1} bytes within the section.
-shortSkipOfBlock=Short skip of block.
-signingNotSupportedOnTag=Signing isn't supported on tag operations yet.
-similarityScoreMustBeWithinBounds=Similarity score must be between 0 and 100.
-sizeExceeds2GB=Path {0} size {1} exceeds 2 GiB limit.
-skipMustBeNonNegative=skip must be >= 0
-smartHTTPPushDisabled=smart HTTP push disabled
-sourceDestinationMustMatch=Source/Destination must match.
-sourceIsNotAWildcard=Source is not a wildcard.
-sourceRefDoesntResolveToAnyObject=Source ref {0} doesn't resolve to any object.
-sourceRefNotSpecifiedForRefspec=Source ref not specified for refspec: {0}
-staleRevFlagsOn=Stale RevFlags on {0}
-startingReadStageWithoutWrittenRequestDataPendingIsNotSupported=Starting read stage without written request data pending is not supported
-stashApplyFailed=Applying stashed changes did not successfully complete
-stashApplyOnUnsafeRepository=Cannot apply stashed commit on a repository with state: {0}
-stashCommitMissingTwoParents=Stashed commit ''{0}'' does not have two parent commits
-stashFailed=Stashing local changes did not successfully complete
-stashResolveFailed=Reference ''{0}'' does not resolve to stashed commit
-statelessRPCRequiresOptionToBeEnabled=stateless RPC requires {0} to be enabled
-submoduleExists=Submodule ''{0}'' already exists in the index
-submoduleParentRemoteUrlInvalid=Cannot remove segment from remote url ''{0}''
-submodulesNotSupported=Submodules are not supported
-symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java.
-systemConfigFileInvalid=Systen wide config file {0} is invalid {1}
-tagNameInvalid=tag name {0} is invalid
-tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported
-theFactoryMustNotBeNull=The factory must not be null
-timerAlreadyTerminated=Timer already terminated
-topologicalSortRequired=Topological sort required.
-transportExceptionBadRef=Empty ref: {0}: {1}
-transportExceptionEmptyRef=Empty ref: {0}
-transportExceptionInvalid=Invalid {0} {1}:{2}
-transportExceptionMissingAssumed=Missing assumed {0}
-transportExceptionReadRef=read {0}
-transportProtoAmazonS3=Amazon S3
-transportProtoBundleFile=Git Bundle File
-transportProtoFTP=FTP
-transportProtoGitAnon=Anonymous Git
-transportProtoHTTP=HTTP
-transportProtoLocal=Local Git Repository
-transportProtoSFTP=SFTP
-transportProtoSSH=SSH
-treeEntryAlreadyExists=Tree entry "{0}" already exists.
-treeIteratorDoesNotSupportRemove=TreeIterator does not support remove()
-treeWalkMustHaveExactlyTwoTrees=TreeWalk should have exactly two trees.
-truncatedHunkLinesMissingForAncestor=Truncated hunk, at least {0} lines missing for ancestor {1}
-truncatedHunkNewLinesMissing=Truncated hunk, at least {0} new lines is missing
-truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing
-tSizeMustBeGreaterOrEqual1=tSize must be >= 1
-unableToCheckConnectivity=Unable to check connectivity.
-unableToStore=Unable to store {0}.
-unableToWrite=Unable to write {0}
-unencodeableFile=Unencodeable file: {0}
-unexpectedCompareResult=Unexpected metadata comparison result: {0}
-unexpectedEndOfConfigFile=Unexpected end of config file
-unexpectedHunkTrailer=Unexpected hunk trailer
-unexpectedOddResult=odd: {0} + {1} - {2}
-unexpectedRefReport={0}: unexpected ref report: {1}
-unexpectedReportLine=unexpected report line: {0}
-unexpectedReportLine2={0} unexpected report line: {1}
-unknownDIRCVersion=Unknown DIRC version {0}
-unknownHost=unknown host
-unknownIndexVersionOrCorruptIndex=Unknown index version (or corrupt index): {0}
-unknownObject=unknown object
-unknownObjectType=Unknown object type {0}.
-unknownRepositoryFormat=Unknown repository format
-unknownRepositoryFormat2=Unknown repository format "{0}"; expected "0".
-unknownZlibError=Unknown zlib error.
-unmergedPath=Unmerged path: {0}
-unmergedPaths=Repository contains unmerged paths
-unpackException=Exception while parsing pack stream
-unreadablePackIndex=Unreadable pack index: {0}
-unrecognizedRef=Unrecognized ref: {0}
-unsupportedCommand0=unsupported command 0
-unsupportedEncryptionAlgorithm=Unsupported encryption algorithm: {0}
-unsupportedEncryptionVersion=Unsupported encryption version: {0}
-unsupportedOperationNotAddAtEnd=Not add-at-end: {0}
-unsupportedPackIndexVersion=Unsupported pack index version {0}
-unsupportedPackVersion=Unsupported pack version {0}.
-updatingReferences=Updating references
-updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate.update() was {2}
-uriNotConfigured=Submodule URI not configured
-uriNotFound={0} not found
-URINotSupported=URI not supported: {0}
-URLNotFound={0} not found
-userConfigFileInvalid=User config file {0} invalid {1}
-walkFailure=Walk failure.
-wantNotValid=want {0} not valid
-weeksAgo={0} weeks ago
-windowSizeMustBeLesserThanLimit=Window size must be < limit
-windowSizeMustBePowerOf2=Window size must be power of 2
-writerAlreadyInitialized=Writer already initialized
-writeTimedOut=Write timed out
-writingNotPermitted=Writing not permitted
-writingNotSupported=Writing {0} not supported.
-writingObjects=Writing objects
-wrongDecompressedLength=wrong decompressed length
-wrongRepositoryState=Wrong Repository State: {0}
-year=year
-years=years
-years0MonthsAgo={0} {1} ago
-yearsAgo={0} years ago
-yearsMonthsAgo={0} {1}, {2} {3} ago
--- /dev/null
+abbreviationLengthMustBeNonNegative=Abbreviation length must not be negative.
+abortingRebase=Aborting rebase: resetting to {0}
+abortingRebaseFailed=Could not abort rebase
+advertisementCameBefore=advertisement of {0}^{} came before {1}
+advertisementOfCameBefore=advertisement of {0}^{} came before {1}
+amazonS3ActionFailed={0} of ''{1}'' failed: {2} {3}
+amazonS3ActionFailedGivingUp={0} of ''{1}'' failed: Giving up after {2} attempts.
+ambiguousObjectAbbreviation=Object abbreviation {0} is ambiguous
+aNewObjectIdIsRequired=A NewObjectId is required.
+anExceptionOccurredWhileTryingToAddTheIdOfHEAD=An exception occurred while trying to add the Id of HEAD
+anSSHSessionHasBeenAlreadyCreated=An SSH session has been already created
+applyingCommit=Applying {0}
+atLeastOnePathIsRequired=At least one path is required.
+atLeastOnePatternIsRequired=At least one pattern is required.
+atLeastTwoFiltersNeeded=At least two filters needed.
+authenticationNotSupported=authentication not supported
+badBase64InputCharacterAt=Bad Base64 input character at {0} : {1} (decimal)
+badEntryDelimiter=Bad entry delimiter
+badEntryName=Bad entry name: {0}
+badEscape=Bad escape: {0}
+badGroupHeader=Bad group header
+badObjectType=Bad object type: {0}
+badSectionEntry=Bad section entry: {0}
+bareRepositoryNoWorkdirAndIndex=Bare Repository has neither a working tree, nor an index
+base64InputNotProperlyPadded=Base64 input not properly padded.
+baseLengthIncorrect=base length incorrect
+blameNotCommittedYet=Not Committed Yet
+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
+cannotBeCombined=Cannot be combined.
+cannotBeRecursiveWhenTreesAreIncluded=TreeWalk shouldn't be recursive when tree objects are included.
+cannotCombineTreeFilterWithRevFilter=Cannot combine TreeFilter {0} with RevFilter {1}.
+cannotCommitOnARepoWithState=Cannot commit on a repo with state: {0}
+cannotCommitWriteTo=Cannot commit write to {0}
+cannotConnectPipes=cannot connect pipes
+cannotConvertScriptToText=Cannot convert script to text
+cannotCreateConfig=cannot create config
+cannotCreateDirectory=Cannot create directory {0}
+cannotCreateHEAD=cannot create HEAD
+cannotDeleteCheckedOutBranch=Branch {0} is checked out and can not be deleted
+cannotDeleteFile=Cannot delete file: {0}
+cannotDeleteStaleTrackingRef=Cannot delete stale tracking ref {0}
+cannotDeleteStaleTrackingRef2=Cannot delete stale tracking ref {0}: {1}
+cannotDetermineProxyFor=Cannot determine proxy for {0}
+cannotDownload=Cannot download {0}
+cannotExecute=cannot execute: {0}
+cannotGet=Cannot get {0}
+cannotListRefs=cannot list refs
+cannotLock=Cannot lock {0}
+cannotLockPackIn=Cannot lock pack in {0}
+cannotMatchOnEmptyString=Cannot match on empty string.
+cannotMoveIndexTo=Cannot move index to {0}
+cannotMovePackTo=Cannot move pack to {0}
+cannotOpenService=cannot open {0}
+cannotParseGitURIish=Cannot parse Git URI-ish
+cannotPullOnARepoWithState=Cannot pull into a repository with state: {0}
+cannotRead=Cannot read {0}
+cannotReadBlob=Cannot read blob {0}
+cannotReadCommit=Cannot read commit {0}
+cannotReadFile=Cannot read file {0}
+cannotReadHEAD=cannot read HEAD: {0} {1}
+cannotReadObject=Cannot read object
+cannotReadTree=Cannot read tree {0}
+cannotRebaseWithoutCurrentHead=Can not rebase without a current HEAD
+cannotResolveLocalTrackingRefForUpdating=Cannot resolve local tracking ref {0} for updating.
+cannotStoreObjects=cannot store objects
+cannotUnloadAModifiedTree=Cannot unload a modified tree.
+cannotWorkWithOtherStagesThanZeroRightNow=Cannot work with other stages than zero right now. Won't write corrupt index.
+canOnlyCherryPickCommitsWithOneParent=Cannot cherry-pick commit ''{0}'' because it has {1} parents, only commits with exactly one parent are supported.
+canOnlyRevertCommitsWithOneParent=Can only revert commits which have exactly one parent
+cantFindObjectInReversePackIndexForTheSpecifiedOffset=Can't find object in (reverse) pack index for the specified offset {0}
+cantPassMeATree=Can't pass me a tree!
+channelMustBeInRange0_255=channel {0} must be in range [0, 255]
+characterClassIsNotSupported=The character class {0} is not supported.
+checkoutConflictWithFile=Checkout conflict with file: {0}
+checkoutConflictWithFiles=Checkout conflict with files: {0}
+checkoutUnexpectedResult=Checkout returned unexpected result {0}
+classCastNotA=Not a {0}
+cloneNonEmptyDirectory=Destination path "{0}" already exists and is not an empty directory
+collisionOn=Collision on {0}
+commandWasCalledInTheWrongState=Command {0} was called in the wrong state
+commitAlreadyExists=exists {0}
+commitMessageNotSpecified=commit message not specified
+commitOnRepoWithoutHEADCurrentlyNotSupported=Commit on repo without HEAD currently not supported
+compressingObjects=Compressing objects
+connectionFailed=connection failed
+connectionTimeOut=Connection time out: {0}
+contextMustBeNonNegative=context must be >= 0
+corruptionDetectedReReadingAt=Corruption detected re-reading at {0}
+corruptObjectBadStream=bad stream
+corruptObjectBadStreamCorruptHeader=bad stream, corrupt header
+corruptObjectGarbageAfterSize=garbage after size
+corruptObjectIncorrectLength=incorrect length
+corruptObjectInvalidEntryMode=invalid entry mode
+corruptObjectInvalidMode=invalid mode
+corruptObjectInvalidMode2=invalid mode {0}
+corruptObjectInvalidMode3=invalid mode {0} for {1} ''{2}'' in {3}.
+corruptObjectInvalidType=invalid type
+corruptObjectInvalidType2=invalid type {0}
+corruptObjectMalformedHeader=malformed header: {0}
+corruptObjectNegativeSize=negative size
+corruptObjectNoAuthor=no author
+corruptObjectNoCommitter=no committer
+corruptObjectNoHeader=no header
+corruptObjectNoObject=no object
+corruptObjectNoTaggerBadHeader=no tagger/bad header
+corruptObjectNoTaggerHeader=no tagger header
+corruptObjectNoTagName=no tag name
+corruptObjectNotree=no tree
+corruptObjectNoType=no type
+corruptObjectPackfileChecksumIncorrect=Packfile checksum incorrect.
+couldNotCheckOutBecauseOfConflicts=Could not check out because of conflicts
+couldNotDeleteLockFileShouldNotHappen=Could not delete lock file. Should not happen
+couldNotDeleteTemporaryIndexFileShouldNotHappen=Could not delete temporary index file. Should not happen
+couldNotGetAdvertisedRef=Could not get advertised Ref for branch {0}
+couldNotLockHEAD=Could not lock HEAD
+couldNotReadIndexInOneGo=Could not read index in one go, only {0} out of {1} read
+couldNotReadObjectWhileParsingCommit=Could not read an object while parsing commit {0}
+couldNotRenameDeleteOldIndex=Could not rename delete old index
+couldNotRenameTemporaryFile=Could not rename temporary file {0} to new location {1}
+couldNotRenameTemporaryIndexFileToIndex=Could not rename temporary index file to index
+couldNotURLEncodeToUTF8=Could not URL encode to UTF-8
+couldNotWriteFile=Could not write file {0}
+countingObjects=Counting objects
+createBranchFailedUnknownReason=Create branch failed for unknown reason
+createBranchUnexpectedResult=Create branch returned unexpected result {0}
+createNewFileFailed=Could not create new file {0}
+credentialPassword=Password
+credentialUsername=Username
+daemonAlreadyRunning=Daemon already running
+daysAgo={0} days ago
+deleteBranchUnexpectedResult=Delete branch returned unexpected result {0}
+deleteFileFailed=Could not delete file {0}
+deleteTagUnexpectedResult=Delete tag returned unexpected result {0}
+deletingNotSupported=Deleting {0} not supported.
+destinationIsNotAWildcard=Destination is not a wildcard.
+detachedHeadDetected=HEAD is detached
+dirCacheDoesNotHaveABackingFile=DirCache does not have a backing file
+dirCacheFileIsNotLocked=DirCache {0} not locked
+dirCacheIsNotLocked=DirCache is not locked
+DIRCChecksumMismatch=DIRC checksum mismatch
+DIRCExtensionIsTooLargeAt=DIRC extension {0} is too large at {1} bytes.
+DIRCExtensionNotSupportedByThisVersion=DIRC extension {0} not supported by this version.
+DIRCHasTooManyEntries=DIRC has too many entries.
+DIRCUnrecognizedExtendedFlags=Unrecognized extended flags: {0}
+dirtyFilesExist=Dirty files exist. Refusing to merge
+doesNotHandleMode=Does not handle mode {0} ({1})
+downloadCancelled=Download cancelled
+downloadCancelledDuringIndexing=Download cancelled during indexing
+duplicateAdvertisementsOf=duplicate advertisements of {0}
+duplicateRef=Duplicate ref: {0}
+duplicateRemoteRefUpdateIsIllegal=Duplicate remote ref update is illegal. Affected remote name: {0}
+duplicateStagesNotAllowed=Duplicate stages not allowed
+eitherGitDirOrWorkTreeRequired=One of setGitDir or setWorkTree must be called.
+emptyCommit=No changes
+emptyPathNotPermitted=Empty path not permitted.
+encryptionError=Encryption error: {0}
+endOfFileInEscape=End of file in escape
+entryNotFoundByPath=Entry not found by path: {0}
+enumValueNotSupported2=Invalid value: {0}.{1}={2}
+enumValueNotSupported3=Invalid value: {0}.{1}.{2}={3}
+enumValuesNotAvailable=Enumerated values of type {0} not available
+errorDecodingFromFile=Error decoding from file {0}
+errorEncodingFromFile=Error encoding from file {0}
+errorInBase64CodeReadingStream=Error in Base64 code reading stream.
+errorInPackedRefs=error in packed-refs
+errorInvalidProtocolWantedOldNewRef=error: invalid protocol: wanted 'old new ref'
+errorListing=Error listing {0}
+errorOccurredDuringUnpackingOnTheRemoteEnd=error occurred during unpacking on the remote end: {0}
+errorReadingInfoRefs=error reading info/refs
+exceptionCaughtDuringExecutionOfAddCommand=Exception caught during execution of add command
+exceptionCaughtDuringExecutionOfCherryPickCommand=Exception caught during execution of cherry-pick command. {0}
+exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution of commit command
+exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution of fetch command
+exceptionCaughtDuringExecutionOfLsRemoteCommand=Exception caught during execution of ls-remote command
+exceptionCaughtDuringExecutionOfMergeCommand=Exception caught during execution of merge command. {0}
+exceptionCaughtDuringExecutionOfPullCommand=Exception caught during execution of pull command
+exceptionCaughtDuringExecutionOfPushCommand=Exception caught during execution of push command
+exceptionCaughtDuringExecutionOfResetCommand=Exception caught during execution of reset command. {0}
+exceptionCaughtDuringExecutionOfRevertCommand=Exception caught during execution of revert command. {0}
+exceptionCaughtDuringExecutionOfRmCommand=Exception caught during execution of rm command
+exceptionCaughtDuringExecutionOfTagCommand=Exception caught during execution of tag command
+exceptionOccurredDuringAddingOfOptionToALogCommand=Exception occurred during adding of {0} as option to a Log command
+exceptionOccurredDuringReadingOfGIT_DIR=Exception occurred during reading of $GIT_DIR/{0}. {1}
+expectedACKNAKFoundEOF=Expected ACK/NAK, found EOF
+expectedACKNAKGot=Expected ACK/NAK, got: {0}
+expectedBooleanStringValue=Expected boolean string value
+expectedCharacterEncodingGuesses=Expected {0} character encoding guesses
+expectedEOFReceived=expected EOF; received ''{0}'' instead
+expectedGot=expected ''{0}'', got ''{1}''
+expectedPktLineWithService=expected pkt-line with '# service=-', got ''{0}''
+expectedReceivedContentType=expected Content-Type {0}; received Content-Type {1}
+expectedReportForRefNotReceived={0}: expected report for ref {1} not received
+failedUpdatingRefs=failed updating refs
+failureDueToOneOfTheFollowing=Failure due to one of the following:
+failureUpdatingFETCH_HEAD=Failure updating FETCH_HEAD: {0}
+failureUpdatingTrackingRef=Failure updating tracking ref {0}: {1}
+fileCannotBeDeleted=File cannot be deleted: {0}
+fileIsTooBigForThisConvenienceMethod=File is too big for this convenience method ({0} bytes).
+fileIsTooLarge=File is too large: {0}
+fileModeNotSetForPath=FileMode not set for path {0}
+flagIsDisposed={0} is disposed.
+flagNotFromThis={0} not from this.
+flagsAlreadyCreated={0} flags already created.
+funnyRefname=funny refname
+headRequiredToStash=HEAD required to stash local changes
+hoursAgo={0} hours ago
+hugeIndexesAreNotSupportedByJgitYet=Huge indexes are not supported by jgit, yet
+hunkBelongsToAnotherFile=Hunk belongs to another file
+hunkDisconnectedFromFile=Hunk disconnected from file
+hunkHeaderDoesNotMatchBodyLineCountOf=Hunk header {0} does not match body line count of {1}
+illegalArgumentNotA=Not {0}
+illegalCombinationOfArguments=The combination of arguments {0} and {1} is not allowed
+illegalPackingPhase=Illegal packing phase {0}
+illegalStateExists=exists {0}
+improperlyPaddedBase64Input=Improperly padded Base64 input.
+incorrectHashFor=Incorrect hash for {0}; computed {1} as a {2} from {3} bytes.
+incorrectOBJECT_ID_LENGTH=Incorrect OBJECT_ID_LENGTH.
+indexFileIsInUse=Index file is in use
+indexFileIsTooLargeForJgit=Index file is too large for jgit
+indexSignatureIsInvalid=Index signature is invalid: {0}
+indexWriteException=Modified index could not be written
+inMemoryBufferLimitExceeded=In-memory buffer limit exceeded
+integerValueOutOfRange=Integer value {0}.{1} out of range
+internalRevisionError=internal revision error
+internalServerError=internal server error
+interruptedWriting=Interrupted writing {0}
+inTheFuture=in the future
+invalidAdvertisementOf=invalid advertisement of {0}
+invalidAncestryLength=Invalid ancestry length
+invalidBooleanValue=Invalid boolean value: {0}.{1}={2}
+invalidChannel=Invalid channel {0}
+invalidCharacterInBase64Data=Invalid character in Base64 data.
+invalidCommitParentNumber=Invalid commit parent number
+invalidEncryption=Invalid encryption
+invalidGitdirRef = Invalid .git reference in file ''{0}''
+invalidGitType=invalid git type: {0}
+invalidId=Invalid id {0}
+invalidIdLength=Invalid id length {0}; should be {1}
+invalidIntegerValue=Invalid integer value: {0}.{1}={2}
+invalidKey=Invalid key: {0}
+invalidLineInConfigFile=Invalid line in config file
+invalidModeFor=Invalid mode {0} for {1} {2} in {3}.
+invalidModeForPath=Invalid mode {0} for path {1}
+invalidObject=Invalid {0} {1}:{2}
+invalidOldIdSent=invalid old id sent
+invalidPacketLineHeader=Invalid packet line header: {0}
+invalidPath=Invalid path: {0}
+invalidReflogRevision=Invalid reflog revision: {0}
+invalidRefName=Invalid ref name: {0}
+invalidRemote=Invalid remote: {0}
+invalidStageForPath=Invalid stage {0} for path {1}
+invalidTagOption=Invalid tag option: {0}
+invalidTimeout=Invalid timeout: {0}
+invalidURL=Invalid URL {0}
+invalidWildcards=Invalid wildcards {0}
+invalidWindowSize=Invalid window size
+isAStaticFlagAndHasNorevWalkInstance={0} is a static flag and has no RevWalk instance
+JRELacksMD5Implementation=JRE lacks MD5 implementation
+kNotInRange=k {0} not in {1} - {2}
+largeObjectExceedsByteArray=Object {0} exceeds 2 GiB byte array limit
+largeObjectExceedsLimit=Object {0} exceeds {1} limit, actual size is {2}
+largeObjectException={0} exceeds size limit
+largeObjectOutOfMemory=Out of memory loading {0}
+lengthExceedsMaximumArraySize=Length exceeds maximum array size
+listingAlternates=Listing alternates
+localObjectsIncomplete=Local objects incomplete.
+localRefIsMissingObjects=Local ref {0} is missing object(s).
+lockCountMustBeGreaterOrEqual1=lockCount must be >= 1
+lockError=lock error: {0}
+lockOnNotClosed=Lock on {0} not closed.
+lockOnNotHeld=Lock on {0} not held.
+malformedpersonIdentString=Malformed PersonIdent string (no < was found): {0}
+maxCountMustBeNonNegative=max count must be >= 0
+mergeConflictOnNonNoteEntries=Merge conflict on non-note entries: base = {0}, ours = {1}, theirs = {2}
+mergeConflictOnNotes=Merge conflict on note {0}. base = {1}, ours = {2}, theirs = {2}
+mergeStrategyAlreadyExistsAsDefault=Merge strategy "{0}" already exists as a default strategy
+mergeStrategyDoesNotSupportHeads=merge strategy {0} does not support {1} heads to be merged into HEAD
+mergeUsingStrategyResultedInDescription=Merge of revisions {0} with base {1} using strategy {2} resulted in: {3}. {4}
+minutesAgo={0} minutes ago
+missingAccesskey=Missing accesskey.
+missingConfigurationForKey=No value for key {0} found in configuration
+missingDeltaBase=delta base
+missingForwardImageInGITBinaryPatch=Missing forward-image in GIT binary patch
+missingObject=Missing {0} {1}
+missingPrerequisiteCommits=missing prerequisite commits:
+missingRequiredParameter=Parameter "{0}" is missing
+missingSecretkey=Missing secretkey.
+mixedStagesNotAllowed=Mixed stages not allowed
+mkDirFailed=Creating directory {0} failed
+mkDirsFailed=Creating directories for {0} failed
+month=month
+months=months
+monthsAgo={0} months ago
+multipleMergeBasesFor=Multiple merge bases for:\n {0}\n {1} found:\n {2}\n {3}
+need2Arguments=Need 2 arguments
+needPackOut=need packOut
+needsAtLeastOneEntry=Needs at least one entry
+needsWorkdir=Needs workdir
+newlineInQuotesNotAllowed=Newline in quotes not allowed
+noApplyInDelete=No apply in delete
+noClosingBracket=No closing {0} found for {1} at index {2}.
+noHEADExistsAndNoExplicitStartingRevisionWasSpecified=No HEAD exists and no explicit starting revision was specified
+noHMACsupport=No {0} support: {1}
+noMergeHeadSpecified=No merge head specified
+noSuchRef=no such ref
+notABoolean=Not a boolean: {0}
+notABundle=not a bundle
+notADIRCFile=Not a DIRC file.
+notAGitDirectory=not a git directory
+notAPACKFile=Not a PACK file.
+notARef=Not a ref: {0}: {1}
+notASCIIString=Not ASCII string: {0}
+notAuthorized=not authorized
+notAValidPack=Not a valid pack {0}
+notFound=not found.
+nothingToFetch=Nothing to fetch.
+nothingToPush=Nothing to push.
+notMergedExceptionMessage=Branch was not deleted as it has not been merged yet; use the force option to delete it anyway
+noXMLParserAvailable=No XML parser available.
+objectAtHasBadZlibStream=Object at {0} in {1} has bad zlib stream
+objectAtPathDoesNotHaveId=Object at path "{0}" does not have an id assigned. All object ids must be assigned prior to writing a tree.
+objectIsCorrupt=Object {0} is corrupt: {1}
+objectIsNotA=Object {0} is not a {1}.
+objectNotFoundIn=Object {0} not found in {1}.
+obtainingCommitsForCherryPick=Obtaining commits that need to be cherry-picked
+offsetWrittenDeltaBaseForObjectNotFoundInAPack=Offset-written delta base for object not found in a pack
+onlyAlreadyUpToDateAndFastForwardMergesAreAvailable=only already-up-to-date and fast forward merges are available
+onlyOneFetchSupported=Only one fetch supported
+onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported.
+openFilesMustBeAtLeast1=Open files must be >= 1
+openingConnection=Opening connection
+operationCanceled=Operation {0} was canceled
+outputHasAlreadyBeenStarted=Output has already been started.
+packChecksumMismatch=Pack checksum mismatch
+packCorruptedWhileWritingToFilesystem=Pack corrupted while writing to filesystem
+packDoesNotMatchIndex=Pack {0} does not match index
+packetSizeMustBeAtLeast=packet size {0} must be >= {1}
+packetSizeMustBeAtMost=packet size {0} must be <= {1}
+packfileCorruptionDetected=Packfile corruption detected: {0}
+packFileInvalid=Pack file invalid: {0}
+packfileIsTruncated=Packfile is truncated.
+packHasUnresolvedDeltas=pack has unresolved deltas
+packingCancelledDuringObjectsWriting=Packing cancelled during objects writing
+packObjectCountMismatch=Pack object count mismatch: pack {0} index {1}: {2}
+packTooLargeForIndexVersion1=Pack too large for index version 1
+packWriterStatistics=Total {0,number,#0} (delta {1,number,#0}), reused {2,number,#0} (delta {3,number,#0})
+patchApplyException=Cannot apply: {0}
+patchFormatException=Format error: {0}
+pathIsNotInWorkingDir=Path is not in working dir
+pathNotConfigured=Submodule path is not configured
+peeledLineBeforeRef=Peeled line before ref.
+peerDidNotSupplyACompleteObjectGraph=peer did not supply a complete object graph
+prefixRemote=remote:
+problemWithResolvingPushRefSpecsLocally=Problem with resolving push ref specs locally: {0}
+progressMonUploading=Uploading {0}
+propertyIsAlreadyNonNull=Property is already non null
+pullOnRepoWithoutHEADCurrentlyNotSupported=Pull on repository without HEAD currently not supported
+pullTaskName=Pull
+pushCancelled=push cancelled
+pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport
+pushNotPermitted=push not permitted
+rawLogMessageDoesNotParseAsLogEntry=Raw log message does not parse as log entry
+readingObjectsFromLocalRepositoryFailed=reading objects from local repository failed: {0}
+readTimedOut=Read timed out
+receivePackObjectTooLarge1=Object too large, rejecting the pack. Max object size limit is {0} bytes.
+receivePackObjectTooLarge2=Object too large ({0} bytes), rejecting the pack. Max object size limit is {1} bytes.
+receivingObjects=Receiving objects
+refAlreadyExists=Ref {0} already exists
+reflogEntryNotFound=Entry {0} not found in reflog for ''{1}''
+refNotResolved=Ref {0} can not be resolved
+refUpdateReturnCodeWas=RefUpdate return code was: {0}
+remoteConfigHasNoURIAssociated=Remote config "{0}" has no URIs associated
+remoteDoesNotHaveSpec=Remote does not have {0} available for fetch.
+remoteDoesNotSupportSmartHTTPPush=remote does not support smart HTTP push
+remoteHungUpUnexpectedly=remote hung up unexpectedly
+remoteNameCantBeNull=Remote name can't be null.
+renameBranchFailedBecauseTag=Can not rename as Ref {0} is a tag
+renameBranchFailedUnknownReason=Rename failed with unknown reason
+renameBranchUnexpectedResult=Unexpected rename result {0}
+renameFileFailed=Could not rename file {0} to {1}
+renamesAlreadyFound=Renames have already been found.
+renamesBreakingModifies=Breaking apart modified file pairs
+renamesFindingByContent=Finding renames by content similarity
+renamesFindingExact=Finding exact renames
+renamesRejoiningModifies=Rejoining modified file pairs
+repositoryAlreadyExists=Repository already exists: {0}
+repositoryConfigFileInvalid=Repository config file {0} invalid {1}
+repositoryIsRequired=Repository is required.
+repositoryNotFound=repository not found: {0}
+repositoryState_applyMailbox=Apply mailbox
+repositoryState_bisecting=Bisecting
+repositoryState_conflicts=Conflicts
+repositoryState_merged=Merged
+repositoryState_normal=Normal
+repositoryState_rebase=Rebase
+repositoryState_rebaseInteractive=Rebase interactive
+repositoryState_rebaseOrApplyMailbox=Rebase/Apply mailbox
+repositoryState_rebaseWithMerge=Rebase w/merge
+requiredHashFunctionNotAvailable=Required hash function {0} not available.
+resettingHead=Resetting head to {0}
+resolvingDeltas=Resolving deltas
+resultLengthIncorrect=result length incorrect
+rewinding=Rewinding to commit {0}
+searchForReuse=Finding sources
+searchForSizes=Getting sizes
+secondsAgo={0} seconds ago
+sequenceTooLargeForDiffAlgorithm=Sequence too large for difference algorithm.
+serviceNotEnabledNoName=Service not enabled
+serviceNotPermitted={0} not permitted
+serviceNotPermittedNoName=Service not permitted
+shortCompressedStreamAt=Short compressed stream at {0}
+shortReadOfBlock=Short read of block.
+shortReadOfOptionalDIRCExtensionExpectedAnotherBytes=Short read of optional DIRC extension {0}; expected another {1} bytes within the section.
+shortSkipOfBlock=Short skip of block.
+signingNotSupportedOnTag=Signing isn't supported on tag operations yet.
+similarityScoreMustBeWithinBounds=Similarity score must be between 0 and 100.
+sizeExceeds2GB=Path {0} size {1} exceeds 2 GiB limit.
+skipMustBeNonNegative=skip must be >= 0
+smartHTTPPushDisabled=smart HTTP push disabled
+sourceDestinationMustMatch=Source/Destination must match.
+sourceIsNotAWildcard=Source is not a wildcard.
+sourceRefDoesntResolveToAnyObject=Source ref {0} doesn't resolve to any object.
+sourceRefNotSpecifiedForRefspec=Source ref not specified for refspec: {0}
+staleRevFlagsOn=Stale RevFlags on {0}
+startingReadStageWithoutWrittenRequestDataPendingIsNotSupported=Starting read stage without written request data pending is not supported
+stashApplyFailed=Applying stashed changes did not successfully complete
+stashApplyOnUnsafeRepository=Cannot apply stashed commit on a repository with state: {0}
+stashCommitMissingTwoParents=Stashed commit ''{0}'' does not have two parent commits
+stashFailed=Stashing local changes did not successfully complete
+stashResolveFailed=Reference ''{0}'' does not resolve to stashed commit
+statelessRPCRequiresOptionToBeEnabled=stateless RPC requires {0} to be enabled
+submoduleExists=Submodule ''{0}'' already exists in the index
+submoduleParentRemoteUrlInvalid=Cannot remove segment from remote url ''{0}''
+submodulesNotSupported=Submodules are not supported
+symlinkCannotBeWrittenAsTheLinkTarget=Symlink "{0}" cannot be written as the link target cannot be read from within Java.
+systemConfigFileInvalid=Systen wide config file {0} is invalid {1}
+tagNameInvalid=tag name {0} is invalid
+tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported
+theFactoryMustNotBeNull=The factory must not be null
+timerAlreadyTerminated=Timer already terminated
+topologicalSortRequired=Topological sort required.
+transportExceptionBadRef=Empty ref: {0}: {1}
+transportExceptionEmptyRef=Empty ref: {0}
+transportExceptionInvalid=Invalid {0} {1}:{2}
+transportExceptionMissingAssumed=Missing assumed {0}
+transportExceptionReadRef=read {0}
+transportProtoAmazonS3=Amazon S3
+transportProtoBundleFile=Git Bundle File
+transportProtoFTP=FTP
+transportProtoGitAnon=Anonymous Git
+transportProtoHTTP=HTTP
+transportProtoLocal=Local Git Repository
+transportProtoSFTP=SFTP
+transportProtoSSH=SSH
+treeEntryAlreadyExists=Tree entry "{0}" already exists.
+treeIteratorDoesNotSupportRemove=TreeIterator does not support remove()
+treeWalkMustHaveExactlyTwoTrees=TreeWalk should have exactly two trees.
+truncatedHunkLinesMissingForAncestor=Truncated hunk, at least {0} lines missing for ancestor {1}
+truncatedHunkNewLinesMissing=Truncated hunk, at least {0} new lines is missing
+truncatedHunkOldLinesMissing=Truncated hunk, at least {0} old lines is missing
+tSizeMustBeGreaterOrEqual1=tSize must be >= 1
+unableToCheckConnectivity=Unable to check connectivity.
+unableToStore=Unable to store {0}.
+unableToWrite=Unable to write {0}
+unencodeableFile=Unencodeable file: {0}
+unexpectedCompareResult=Unexpected metadata comparison result: {0}
+unexpectedEndOfConfigFile=Unexpected end of config file
+unexpectedHunkTrailer=Unexpected hunk trailer
+unexpectedOddResult=odd: {0} + {1} - {2}
+unexpectedRefReport={0}: unexpected ref report: {1}
+unexpectedReportLine=unexpected report line: {0}
+unexpectedReportLine2={0} unexpected report line: {1}
+unknownDIRCVersion=Unknown DIRC version {0}
+unknownHost=unknown host
+unknownIndexVersionOrCorruptIndex=Unknown index version (or corrupt index): {0}
+unknownObject=unknown object
+unknownObjectType=Unknown object type {0}.
+unknownRepositoryFormat=Unknown repository format
+unknownRepositoryFormat2=Unknown repository format "{0}"; expected "0".
+unknownZlibError=Unknown zlib error.
+unmergedPath=Unmerged path: {0}
+unmergedPaths=Repository contains unmerged paths
+unpackException=Exception while parsing pack stream
+unreadablePackIndex=Unreadable pack index: {0}
+unrecognizedRef=Unrecognized ref: {0}
+unsupportedCommand0=unsupported command 0
+unsupportedEncryptionAlgorithm=Unsupported encryption algorithm: {0}
+unsupportedEncryptionVersion=Unsupported encryption version: {0}
+unsupportedOperationNotAddAtEnd=Not add-at-end: {0}
+unsupportedPackIndexVersion=Unsupported pack index version {0}
+unsupportedPackVersion=Unsupported pack version {0}.
+updatingReferences=Updating references
+updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate.update() was {2}
+uriNotConfigured=Submodule URI not configured
+uriNotFound={0} not found
+URINotSupported=URI not supported: {0}
+URLNotFound={0} not found
+userConfigFileInvalid=User config file {0} invalid {1}
+walkFailure=Walk failure.
+wantNotValid=want {0} not valid
+weeksAgo={0} weeks ago
+windowSizeMustBeLesserThanLimit=Window size must be < limit
+windowSizeMustBePowerOf2=Window size must be power of 2
+writerAlreadyInitialized=Writer already initialized
+writeTimedOut=Write timed out
+writingNotPermitted=Writing not permitted
+writingNotSupported=Writing {0} not supported.
+writingObjects=Writing objects
+wrongDecompressedLength=wrong decompressed length
+wrongRepositoryState=Wrong Repository State: {0}
+year=year
+years=years
+years0MonthsAgo={0} {1} ago
+yearsAgo={0} years ago
+yearsMonthsAgo={0} {1}, {2} {3} ago
+++ /dev/null
-/*
- * Copyright (C) 2010, Sasa Zivkov <sasa.zivkov@sap.com>
- * and other copyright owners as documented in the project's IP log.
- *
- * This program and the accompanying materials are made available
- * under the terms of the Eclipse Distribution License v1.0 which
- * accompanies this distribution, is reproduced below, and is
- * available at http://www.eclipse.org/org/documents/edl-v10.php
- *
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or
- * without modification, are permitted provided that the following
- * conditions are met:
- *
- * - Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *
- * - Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following
- * disclaimer in the documentation and/or other materials provided
- * with the distribution.
- *
- * - Neither the name of the Eclipse Foundation, Inc. nor the
- * names of its contributors may be used to endorse or promote
- * products derived from this software without specific prior
- * written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
- * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
- * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-package org.eclipse.jgit;
-
-import org.eclipse.jgit.nls.NLS;
-import org.eclipse.jgit.nls.TranslationBundle;
-
-/**
- * Translation bundle for JGit core
- */
-public class JGitText extends TranslationBundle {
-
- /**
- * @return an instance of this translation bundle
- */
- public static JGitText get() {
- return NLS.getBundleFor(JGitText.class);
- }
-
- /***/ public String abbreviationLengthMustBeNonNegative;
- /***/ public String abortingRebase;
- /***/ public String abortingRebaseFailed;
- /***/ public String advertisementCameBefore;
- /***/ public String advertisementOfCameBefore;
- /***/ public String amazonS3ActionFailed;
- /***/ public String amazonS3ActionFailedGivingUp;
- /***/ public String ambiguousObjectAbbreviation;
- /***/ public String aNewObjectIdIsRequired;
- /***/ public String anExceptionOccurredWhileTryingToAddTheIdOfHEAD;
- /***/ public String anSSHSessionHasBeenAlreadyCreated;
- /***/ public String applyingCommit;
- /***/ public String atLeastOnePathIsRequired;
- /***/ public String atLeastOnePatternIsRequired;
- /***/ public String atLeastTwoFiltersNeeded;
- /***/ public String authenticationNotSupported;
- /***/ public String badBase64InputCharacterAt;
- /***/ public String badEntryDelimiter;
- /***/ public String badEntryName;
- /***/ public String badEscape;
- /***/ public String badGroupHeader;
- /***/ public String badObjectType;
- /***/ public String badSectionEntry;
- /***/ public String bareRepositoryNoWorkdirAndIndex;
- /***/ public String base64InputNotProperlyPadded;
- /***/ public String baseLengthIncorrect;
- /***/ public String blameNotCommittedYet;
- /***/ public String blobNotFound;
- /***/ public String blobNotFoundForPath;
- /***/ public String branchNameInvalid;
- /***/ public String cachedPacksPreventsIndexCreation;
- /***/ public String cannotBeCombined;
- /***/ public String cannotBeRecursiveWhenTreesAreIncluded;
- /***/ public String cannotCombineTreeFilterWithRevFilter;
- /***/ public String cannotCommitOnARepoWithState;
- /***/ public String cannotCommitWriteTo;
- /***/ public String cannotConnectPipes;
- /***/ public String cannotConvertScriptToText;
- /***/ public String cannotCreateConfig;
- /***/ public String cannotCreateDirectory;
- /***/ public String cannotCreateHEAD;
- /***/ public String cannotDeleteCheckedOutBranch;
- /***/ public String cannotDeleteFile;
- /***/ public String cannotDeleteStaleTrackingRef;
- /***/ public String cannotDeleteStaleTrackingRef2;
- /***/ public String cannotDetermineProxyFor;
- /***/ public String cannotDownload;
- /***/ public String cannotExecute;
- /***/ public String cannotGet;
- /***/ public String cannotListRefs;
- /***/ public String cannotLock;
- /***/ public String cannotLockPackIn;
- /***/ public String cannotMatchOnEmptyString;
- /***/ public String cannotMoveIndexTo;
- /***/ public String cannotMovePackTo;
- /***/ public String cannotOpenService;
- /***/ public String cannotParseGitURIish;
- /***/ public String cannotPullOnARepoWithState;
- /***/ public String cannotRead;
- /***/ public String cannotReadBlob;
- /***/ public String cannotReadCommit;
- /***/ public String cannotReadFile;
- /***/ public String cannotReadHEAD;
- /***/ public String cannotReadObject;
- /***/ public String cannotReadTree;
- /***/ public String cannotRebaseWithoutCurrentHead;
- /***/ public String cannotResolveLocalTrackingRefForUpdating;
- /***/ public String cannotStoreObjects;
- /***/ public String cannotUnloadAModifiedTree;
- /***/ public String cannotWorkWithOtherStagesThanZeroRightNow;
- /***/ public String canOnlyCherryPickCommitsWithOneParent;
- /***/ public String canOnlyRevertCommitsWithOneParent;
- /***/ public String cantFindObjectInReversePackIndexForTheSpecifiedOffset;
- /***/ public String cantPassMeATree;
- /***/ public String channelMustBeInRange0_255;
- /***/ public String characterClassIsNotSupported;
- /***/ public String checkoutConflictWithFile;
- /***/ public String checkoutConflictWithFiles;
- /***/ public String checkoutUnexpectedResult;
- /***/ public String classCastNotA;
- /***/ public String cloneNonEmptyDirectory;
- /***/ public String collisionOn;
- /***/ public String commandWasCalledInTheWrongState;
- /***/ public String commitAlreadyExists;
- /***/ public String commitMessageNotSpecified;
- /***/ public String commitOnRepoWithoutHEADCurrentlyNotSupported;
- /***/ public String compressingObjects;
- /***/ public String connectionFailed;
- /***/ public String connectionTimeOut;
- /***/ public String contextMustBeNonNegative;
- /***/ public String corruptionDetectedReReadingAt;
- /***/ public String corruptObjectBadStream;
- /***/ public String corruptObjectBadStreamCorruptHeader;
- /***/ public String corruptObjectGarbageAfterSize;
- /***/ public String corruptObjectIncorrectLength;
- /***/ public String corruptObjectInvalidEntryMode;
- /***/ public String corruptObjectInvalidMode;
- /***/ public String corruptObjectInvalidMode2;
- /***/ public String corruptObjectInvalidMode3;
- /***/ public String corruptObjectInvalidType;
- /***/ public String corruptObjectInvalidType2;
- /***/ public String corruptObjectMalformedHeader;
- /***/ public String corruptObjectNegativeSize;
- /***/ public String corruptObjectNoAuthor;
- /***/ public String corruptObjectNoCommitter;
- /***/ public String corruptObjectNoHeader;
- /***/ public String corruptObjectNoObject;
- /***/ public String corruptObjectNoTaggerBadHeader;
- /***/ public String corruptObjectNoTaggerHeader;
- /***/ public String corruptObjectNoTagName;
- /***/ public String corruptObjectNotree;
- /***/ public String corruptObjectNoType;
- /***/ public String corruptObjectPackfileChecksumIncorrect;
- /***/ public String couldNotCheckOutBecauseOfConflicts;
- /***/ public String couldNotDeleteLockFileShouldNotHappen;
- /***/ public String couldNotDeleteTemporaryIndexFileShouldNotHappen;
- /***/ public String couldNotGetAdvertisedRef;
- /***/ public String couldNotLockHEAD;
- /***/ public String couldNotReadIndexInOneGo;
- /***/ public String couldNotReadObjectWhileParsingCommit;
- /***/ public String couldNotRenameDeleteOldIndex;
- /***/ public String couldNotRenameTemporaryFile;
- /***/ public String couldNotRenameTemporaryIndexFileToIndex;
- /***/ public String couldNotURLEncodeToUTF8;
- /***/ public String couldNotWriteFile;
- /***/ public String countingObjects;
- /***/ public String createBranchFailedUnknownReason;
- /***/ public String createBranchUnexpectedResult;
- /***/ public String createNewFileFailed;
- /***/ public String credentialPassword;
- /***/ public String credentialUsername;
- /***/ public String daemonAlreadyRunning;
- /***/ public String daysAgo;
- /***/ public String deleteBranchUnexpectedResult;
- /***/ public String deleteFileFailed;
- /***/ public String deleteTagUnexpectedResult;
- /***/ public String deletingNotSupported;
- /***/ public String destinationIsNotAWildcard;
- /***/ public String detachedHeadDetected;
- /***/ public String dirCacheDoesNotHaveABackingFile;
- /***/ public String dirCacheFileIsNotLocked;
- /***/ public String dirCacheIsNotLocked;
- /***/ public String DIRCChecksumMismatch;
- /***/ public String DIRCExtensionIsTooLargeAt;
- /***/ public String DIRCExtensionNotSupportedByThisVersion;
- /***/ public String DIRCHasTooManyEntries;
- /***/ public String DIRCUnrecognizedExtendedFlags;
- /***/ public String dirtyFilesExist;
- /***/ public String doesNotHandleMode;
- /***/ public String downloadCancelled;
- /***/ public String downloadCancelledDuringIndexing;
- /***/ public String duplicateAdvertisementsOf;
- /***/ public String duplicateRef;
- /***/ public String duplicateRemoteRefUpdateIsIllegal;
- /***/ public String duplicateStagesNotAllowed;
- /***/ public String eitherGitDirOrWorkTreeRequired;
- /***/ public String emptyCommit;
- /***/ public String emptyPathNotPermitted;
- /***/ public String encryptionError;
- /***/ public String endOfFileInEscape;
- /***/ public String entryNotFoundByPath;
- /***/ public String enumValueNotSupported2;
- /***/ public String enumValueNotSupported3;
- /***/ public String enumValuesNotAvailable;
- /***/ public String errorDecodingFromFile;
- /***/ public String errorEncodingFromFile;
- /***/ public String errorInBase64CodeReadingStream;
- /***/ public String errorInPackedRefs;
- /***/ public String errorInvalidProtocolWantedOldNewRef;
- /***/ public String errorListing;
- /***/ public String errorOccurredDuringUnpackingOnTheRemoteEnd;
- /***/ public String errorReadingInfoRefs;
- /***/ public String exceptionCaughtDuringExecutionOfAddCommand;
- /***/ public String exceptionCaughtDuringExecutionOfCherryPickCommand;
- /***/ public String exceptionCaughtDuringExecutionOfCommitCommand;
- /***/ public String exceptionCaughtDuringExecutionOfFetchCommand;
- /***/ public String exceptionCaughtDuringExecutionOfLsRemoteCommand;
- /***/ public String exceptionCaughtDuringExecutionOfMergeCommand;
- /***/ public String exceptionCaughtDuringExecutionOfPullCommand;
- /***/ public String exceptionCaughtDuringExecutionOfPushCommand;
- /***/ public String exceptionCaughtDuringExecutionOfResetCommand;
- /***/ public String exceptionCaughtDuringExecutionOfRevertCommand;
- /***/ public String exceptionCaughtDuringExecutionOfRmCommand;
- /***/ public String exceptionCaughtDuringExecutionOfTagCommand;
- /***/ public String exceptionOccurredDuringAddingOfOptionToALogCommand;
- /***/ public String exceptionOccurredDuringReadingOfGIT_DIR;
- /***/ public String expectedACKNAKFoundEOF;
- /***/ public String expectedACKNAKGot;
- /***/ public String expectedBooleanStringValue;
- /***/ public String expectedCharacterEncodingGuesses;
- /***/ public String expectedEOFReceived;
- /***/ public String expectedGot;
- /***/ public String expectedPktLineWithService;
- /***/ public String expectedReceivedContentType;
- /***/ public String expectedReportForRefNotReceived;
- /***/ public String failedUpdatingRefs;
- /***/ public String failureDueToOneOfTheFollowing;
- /***/ public String failureUpdatingFETCH_HEAD;
- /***/ public String failureUpdatingTrackingRef;
- /***/ public String fileCannotBeDeleted;
- /***/ public String fileIsTooBigForThisConvenienceMethod;
- /***/ public String fileIsTooLarge;
- /***/ public String fileModeNotSetForPath;
- /***/ public String flagIsDisposed;
- /***/ public String flagNotFromThis;
- /***/ public String flagsAlreadyCreated;
- /***/ public String funnyRefname;
- /***/ public String headRequiredToStash;
- /***/ public String hoursAgo;
- /***/ public String hugeIndexesAreNotSupportedByJgitYet;
- /***/ public String hunkBelongsToAnotherFile;
- /***/ public String hunkDisconnectedFromFile;
- /***/ public String hunkHeaderDoesNotMatchBodyLineCountOf;
- /***/ public String illegalArgumentNotA;
- /***/ public String illegalCombinationOfArguments;
- /***/ public String illegalPackingPhase;
- /***/ public String illegalStateExists;
- /***/ public String improperlyPaddedBase64Input;
- /***/ public String incorrectHashFor;
- /***/ public String incorrectOBJECT_ID_LENGTH;
- /***/ public String indexFileIsInUse;
- /***/ public String indexFileIsTooLargeForJgit;
- /***/ public String indexSignatureIsInvalid;
- /***/ public String indexWriteException;
- /***/ public String inMemoryBufferLimitExceeded;
- /***/ public String integerValueOutOfRange;
- /***/ public String internalRevisionError;
- /***/ public String internalServerError;
- /***/ public String interruptedWriting;
- /***/ public String inTheFuture;
- /***/ public String invalidAdvertisementOf;
- /***/ public String invalidAncestryLength;
- /***/ public String invalidBooleanValue;
- /***/ public String invalidChannel;
- /***/ public String invalidCharacterInBase64Data;
- /***/ public String invalidCommitParentNumber;
- /***/ public String invalidEncryption;
- /***/ public String invalidGitdirRef;
- /***/ public String invalidGitType;
- /***/ public String invalidId;
- /***/ public String invalidIdLength;
- /***/ public String invalidIntegerValue;
- /***/ public String invalidKey;
- /***/ public String invalidLineInConfigFile;
- /***/ public String invalidModeFor;
- /***/ public String invalidModeForPath;
- /***/ public String invalidObject;
- /***/ public String invalidOldIdSent;
- /***/ public String invalidPacketLineHeader;
- /***/ public String invalidPath;
- /***/ public String invalidReflogRevision;
- /***/ public String invalidRefName;
- /***/ public String invalidRemote;
- /***/ public String invalidStageForPath;
- /***/ public String invalidTagOption;
- /***/ public String invalidTimeout;
- /***/ public String invalidURL;
- /***/ public String invalidWildcards;
- /***/ public String invalidWindowSize;
- /***/ public String isAStaticFlagAndHasNorevWalkInstance;
- /***/ public String JRELacksMD5Implementation;
- /***/ public String kNotInRange;
- /***/ public String largeObjectExceedsByteArray;
- /***/ public String largeObjectExceedsLimit;
- /***/ public String largeObjectException;
- /***/ public String largeObjectOutOfMemory;
- /***/ public String lengthExceedsMaximumArraySize;
- /***/ public String listingAlternates;
- /***/ public String localObjectsIncomplete;
- /***/ public String localRefIsMissingObjects;
- /***/ public String lockCountMustBeGreaterOrEqual1;
- /***/ public String lockError;
- /***/ public String lockOnNotClosed;
- /***/ public String lockOnNotHeld;
- /***/ public String malformedpersonIdentString;
- /***/ public String maxCountMustBeNonNegative;
- /***/ public String mergeConflictOnNonNoteEntries;
- /***/ public String mergeConflictOnNotes;
- /***/ public String mergeStrategyAlreadyExistsAsDefault;
- /***/ public String mergeStrategyDoesNotSupportHeads;
- /***/ public String mergeUsingStrategyResultedInDescription;
- /***/ public String minutesAgo;
- /***/ public String missingAccesskey;
- /***/ public String missingConfigurationForKey;
- /***/ public String missingDeltaBase;
- /***/ public String missingForwardImageInGITBinaryPatch;
- /***/ public String missingObject;
- /***/ public String missingPrerequisiteCommits;
- /***/ public String missingRequiredParameter;
- /***/ public String missingSecretkey;
- /***/ public String mixedStagesNotAllowed;
- /***/ public String mkDirFailed;
- /***/ public String mkDirsFailed;
- /***/ public String month;
- /***/ public String months;
- /***/ public String monthsAgo;
- /***/ public String multipleMergeBasesFor;
- /***/ public String need2Arguments;
- /***/ public String needPackOut;
- /***/ public String needsAtLeastOneEntry;
- /***/ public String needsWorkdir;
- /***/ public String newlineInQuotesNotAllowed;
- /***/ public String noApplyInDelete;
- /***/ public String noClosingBracket;
- /***/ public String noHEADExistsAndNoExplicitStartingRevisionWasSpecified;
- /***/ public String noHMACsupport;
- /***/ public String noMergeHeadSpecified;
- /***/ public String noSuchRef;
- /***/ public String notABoolean;
- /***/ public String notABundle;
- /***/ public String notADIRCFile;
- /***/ public String notAGitDirectory;
- /***/ public String notAPACKFile;
- /***/ public String notARef;
- /***/ public String notASCIIString;
- /***/ public String notAuthorized;
- /***/ public String notAValidPack;
- /***/ public String notFound;
- /***/ public String nothingToFetch;
- /***/ public String nothingToPush;
- /***/ public String notMergedExceptionMessage;
- /***/ public String noXMLParserAvailable;
- /***/ public String objectAtHasBadZlibStream;
- /***/ public String objectAtPathDoesNotHaveId;
- /***/ public String objectIsCorrupt;
- /***/ public String objectIsNotA;
- /***/ public String objectNotFoundIn;
- /***/ public String obtainingCommitsForCherryPick;
- /***/ public String offsetWrittenDeltaBaseForObjectNotFoundInAPack;
- /***/ public String onlyAlreadyUpToDateAndFastForwardMergesAreAvailable;
- /***/ public String onlyOneFetchSupported;
- /***/ public String onlyOneOperationCallPerConnectionIsSupported;
- /***/ public String openFilesMustBeAtLeast1;
- /***/ public String openingConnection;
- /***/ public String operationCanceled;
- /***/ public String outputHasAlreadyBeenStarted;
- /***/ public String packChecksumMismatch;
- /***/ public String packCorruptedWhileWritingToFilesystem;
- /***/ public String packDoesNotMatchIndex;
- /***/ public String packetSizeMustBeAtLeast;
- /***/ public String packetSizeMustBeAtMost;
- /***/ public String packfileCorruptionDetected;
- /***/ public String packFileInvalid;
- /***/ public String packfileIsTruncated;
- /***/ public String packHasUnresolvedDeltas;
- /***/ public String packingCancelledDuringObjectsWriting;
- /***/ public String packObjectCountMismatch;
- /***/ public String packTooLargeForIndexVersion1;
- /***/ public String packWriterStatistics;
- /***/ public String patchApplyException;
- /***/ public String patchFormatException;
- /***/ public String pathIsNotInWorkingDir;
- /***/ public String pathNotConfigured;
- /***/ public String peeledLineBeforeRef;
- /***/ public String peerDidNotSupplyACompleteObjectGraph;
- /***/ public String prefixRemote;
- /***/ public String problemWithResolvingPushRefSpecsLocally;
- /***/ public String progressMonUploading;
- /***/ public String propertyIsAlreadyNonNull;
- /***/ public String pullOnRepoWithoutHEADCurrentlyNotSupported;
- /***/ public String pullTaskName;
- /***/ public String pushCancelled;
- /***/ public String pushIsNotSupportedForBundleTransport;
- /***/ public String pushNotPermitted;
- /***/ public String rawLogMessageDoesNotParseAsLogEntry;
- /***/ public String readingObjectsFromLocalRepositoryFailed;
- /***/ public String readTimedOut;
- /***/ public String receivePackObjectTooLarge1;
- /***/ public String receivePackObjectTooLarge2;
- /***/ public String receivingObjects;
- /***/ public String refAlreadyExists;
- /***/ public String reflogEntryNotFound;
- /***/ public String refNotResolved;
- /***/ public String refUpdateReturnCodeWas;
- /***/ public String remoteConfigHasNoURIAssociated;
- /***/ public String remoteDoesNotHaveSpec;
- /***/ public String remoteDoesNotSupportSmartHTTPPush;
- /***/ public String remoteHungUpUnexpectedly;
- /***/ public String remoteNameCantBeNull;
- /***/ public String renameBranchFailedBecauseTag;
- /***/ public String renameBranchFailedUnknownReason;
- /***/ public String renameBranchUnexpectedResult;
- /***/ public String renameFileFailed;
- /***/ public String renamesAlreadyFound;
- /***/ public String renamesBreakingModifies;
- /***/ public String renamesFindingByContent;
- /***/ public String renamesFindingExact;
- /***/ public String renamesRejoiningModifies;
- /***/ public String repositoryAlreadyExists;
- /***/ public String repositoryConfigFileInvalid;
- /***/ public String repositoryIsRequired;
- /***/ public String repositoryNotFound;
- /***/ public String repositoryState_applyMailbox;
- /***/ public String repositoryState_bisecting;
- /***/ public String repositoryState_conflicts;
- /***/ public String repositoryState_merged;
- /***/ public String repositoryState_normal;
- /***/ public String repositoryState_rebase;
- /***/ public String repositoryState_rebaseInteractive;
- /***/ public String repositoryState_rebaseOrApplyMailbox;
- /***/ public String repositoryState_rebaseWithMerge;
- /***/ public String requiredHashFunctionNotAvailable;
- /***/ public String resettingHead;
- /***/ public String resolvingDeltas;
- /***/ public String resultLengthIncorrect;
- /***/ public String rewinding;
- /***/ public String searchForReuse;
- /***/ public String searchForSizes;
- /***/ public String secondsAgo;
- /***/ public String sequenceTooLargeForDiffAlgorithm;
- /***/ public String serviceNotEnabledNoName;
- /***/ public String serviceNotPermitted;
- /***/ public String serviceNotPermittedNoName;
- /***/ public String shortCompressedStreamAt;
- /***/ public String shortReadOfBlock;
- /***/ public String shortReadOfOptionalDIRCExtensionExpectedAnotherBytes;
- /***/ public String shortSkipOfBlock;
- /***/ public String signingNotSupportedOnTag;
- /***/ public String similarityScoreMustBeWithinBounds;
- /***/ public String sizeExceeds2GB;
- /***/ public String skipMustBeNonNegative;
- /***/ public String smartHTTPPushDisabled;
- /***/ public String sourceDestinationMustMatch;
- /***/ public String sourceIsNotAWildcard;
- /***/ public String sourceRefDoesntResolveToAnyObject;
- /***/ public String sourceRefNotSpecifiedForRefspec;
- /***/ public String staleRevFlagsOn;
- /***/ public String startingReadStageWithoutWrittenRequestDataPendingIsNotSupported;
- /***/ public String stashApplyFailed;
- /***/ public String stashApplyOnUnsafeRepository;
- /***/ public String stashCommitMissingTwoParents;
- /***/ public String stashFailed;
- /***/ public String stashResolveFailed;
- /***/ public String statelessRPCRequiresOptionToBeEnabled;
- /***/ public String submoduleExists;
- /***/ public String submodulesNotSupported;
- /***/ public String submoduleParentRemoteUrlInvalid;
- /***/ public String symlinkCannotBeWrittenAsTheLinkTarget;
- /***/ public String systemConfigFileInvalid;
- /***/ public String tagNameInvalid;
- /***/ public String tagOnRepoWithoutHEADCurrentlyNotSupported;
- /***/ public String theFactoryMustNotBeNull;
- /***/ public String timerAlreadyTerminated;
- /***/ public String topologicalSortRequired;
- /***/ public String transportExceptionBadRef;
- /***/ public String transportExceptionEmptyRef;
- /***/ public String transportExceptionInvalid;
- /***/ public String transportExceptionMissingAssumed;
- /***/ public String transportExceptionReadRef;
- /***/ public String transportProtoAmazonS3;
- /***/ public String transportProtoBundleFile;
- /***/ public String transportProtoFTP;
- /***/ public String transportProtoGitAnon;
- /***/ public String transportProtoHTTP;
- /***/ public String transportProtoLocal;
- /***/ public String transportProtoSFTP;
- /***/ public String transportProtoSSH;
- /***/ public String treeEntryAlreadyExists;
- /***/ public String treeIteratorDoesNotSupportRemove;
- /***/ public String treeWalkMustHaveExactlyTwoTrees;
- /***/ public String truncatedHunkLinesMissingForAncestor;
- /***/ public String truncatedHunkNewLinesMissing;
- /***/ public String truncatedHunkOldLinesMissing;
- /***/ public String tSizeMustBeGreaterOrEqual1;
- /***/ public String unableToCheckConnectivity;
- /***/ public String unableToStore;
- /***/ public String unableToWrite;
- /***/ public String unencodeableFile;
- /***/ public String unexpectedCompareResult;
- /***/ public String unexpectedEndOfConfigFile;
- /***/ public String unexpectedHunkTrailer;
- /***/ public String unexpectedOddResult;
- /***/ public String unexpectedRefReport;
- /***/ public String unexpectedReportLine;
- /***/ public String unexpectedReportLine2;
- /***/ public String unknownDIRCVersion;
- /***/ public String unknownHost;
- /***/ public String unknownIndexVersionOrCorruptIndex;
- /***/ public String unknownObject;
- /***/ public String unknownObjectType;
- /***/ public String unknownRepositoryFormat;
- /***/ public String unknownRepositoryFormat2;
- /***/ public String unknownZlibError;
- /***/ public String unmergedPath;
- /***/ public String unmergedPaths;
- /***/ public String unpackException;
- /***/ public String unreadablePackIndex;
- /***/ public String unrecognizedRef;
- /***/ public String unsupportedCommand0;
- /***/ public String unsupportedEncryptionAlgorithm;
- /***/ public String unsupportedEncryptionVersion;
- /***/ public String unsupportedOperationNotAddAtEnd;
- /***/ public String unsupportedPackIndexVersion;
- /***/ public String unsupportedPackVersion;
- /***/ public String updatingReferences;
- /***/ public String updatingRefFailed;
- /***/ public String uriNotConfigured;
- /***/ public String uriNotFound;
- /***/ public String URINotSupported;
- /***/ public String URLNotFound;
- /***/ public String userConfigFileInvalid;
- /***/ public String walkFailure;
- /***/ public String wantNotValid;
- /***/ public String weeksAgo;
- /***/ public String windowSizeMustBeLesserThanLimit;
- /***/ public String windowSizeMustBePowerOf2;
- /***/ public String writerAlreadyInitialized;
- /***/ public String writeTimedOut;
- /***/ public String writingNotPermitted;
- /***/ public String writingNotSupported;
- /***/ public String writingObjects;
- /***/ public String wrongDecompressedLength;
- /***/ public String wrongRepositoryState;
- /***/ public String year;
- /***/ public String years;
- /***/ public String years0MonthsAgo;
- /***/ public String yearsAgo;
- /***/ public String yearsMonthsAgo;
-}
import java.util.Collection;
import java.util.LinkedList;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoFilepatternException;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheBuilder;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.dircache.DirCacheIterator;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.ObjectInserter;
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.PatchApplyException;
import org.eclipse.jgit.api.errors.PatchFormatException;
import org.eclipse.jgit.diff.DiffEntry.ChangeType;
import org.eclipse.jgit.diff.RawText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.patch.FileHeader;
import org.eclipse.jgit.patch.HunkHeader;
import java.util.LinkedList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.CheckoutResult.Status;
import org.eclipse.jgit.api.errors.CheckoutConflictException;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.dircache.DirCacheIterator;
import org.eclipse.jgit.errors.AmbiguousObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.util.LinkedList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException;
import org.eclipse.jgit.api.errors.NoHeadException;
import org.eclipse.jgit.dircache.DirCacheCheckout;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Collection;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRemoteException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheCheckout;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import java.util.LinkedList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.ConcurrentRefUpdateException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoFilepatternException;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.dircache.DirCacheIterator;
import org.eclipse.jgit.errors.UnmergedPathException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.CommitBuilder;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.RefAlreadyExistsException;
import org.eclipse.jgit.api.errors.RefNotFoundException;
import org.eclipse.jgit.errors.AmbiguousObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.List;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.CannotDeleteCurrentBranchException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NotMergedException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Ref;
import java.util.List;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.lib.RefUpdate;
import org.eclipse.jgit.lib.RefUpdate.Result;
import java.io.OutputStream;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.NoHeadException;
import org.eclipse.jgit.diff.DiffEntry;
import org.eclipse.jgit.diff.DiffFormatter;
import org.eclipse.jgit.dircache.DirCacheIterator;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectReader;
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRemoteException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import java.text.MessageFormat;
import java.util.concurrent.Callable;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
/**
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoHeadException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.HashMap;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.InvalidRemoteException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.lib.Repository;
import java.util.List;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.MergeResult.MergeStatus;
import org.eclipse.jgit.api.errors.CheckoutConflictException;
import org.eclipse.jgit.api.errors.ConcurrentRefUpdateException;
import org.eclipse.jgit.api.errors.NoMessageException;
import org.eclipse.jgit.api.errors.WrongRepositoryStateException;
import org.eclipse.jgit.dircache.DirCacheCheckout;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.HashMap;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.merge.MergeChunk;
import org.eclipse.jgit.merge.MergeChunk.ConflictState;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.RebaseCommand.Operation;
import org.eclipse.jgit.api.errors.CanceledException;
import org.eclipse.jgit.api.errors.CheckoutConflictException;
import org.eclipse.jgit.api.errors.NoMessageException;
import org.eclipse.jgit.api.errors.RefNotFoundException;
import org.eclipse.jgit.api.errors.WrongRepositoryStateException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.ConfigConstants;
import java.util.Collections;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRemoteException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import java.util.List;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.RebaseResult.Status;
import org.eclipse.jgit.api.errors.CheckoutConflictException;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheCheckout;
import org.eclipse.jgit.dircache.DirCacheIterator;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import java.text.MessageFormat;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.storage.file.ReflogEntry;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.DetachedHeadException;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.RefAlreadyExistsException;
import org.eclipse.jgit.api.errors.RefNotFoundException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Collection;
import java.util.LinkedList;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheBuilder;
import org.eclipse.jgit.dircache.DirCacheEditor;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.dircache.DirCacheIterator;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.ObjectId;
import java.util.List;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.MergeResult.MergeStatus;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoHeadException;
import org.eclipse.jgit.dircache.DirCacheCheckout;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Collection;
import java.util.LinkedList;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoFilepatternException;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheBuildIterator;
import org.eclipse.jgit.dircache.DirCacheBuilder;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.Repository;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.dircache.DirCacheEditor;
import org.eclipse.jgit.dircache.DirCacheEditor.DeletePath;
import org.eclipse.jgit.dircache.DirCacheEntry;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectReader;
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.ResetCommand.ResetType;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.dircache.DirCacheEditor.PathEdit;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.dircache.DirCacheIterator;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.CommitBuilder;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.MutableObjectId;
import java.util.Collections;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.InvalidRefNameException;
import org.eclipse.jgit.api.errors.JGitInternalException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.revwalk.RevCommit;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoFilepatternException;
import org.eclipse.jgit.errors.ConfigInvalidException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.api.errors.ConcurrentRefUpdateException;
import org.eclipse.jgit.api.errors.InvalidTagNameException;
import org.eclipse.jgit.api.errors.JGitInternalException;
import org.eclipse.jgit.api.errors.NoHeadException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectInserter;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.lib.RefUpdate;
*/
package org.eclipse.jgit.api.errors;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Exception thrown when a command expected a non-detached {@code HEAD}
*/
package org.eclipse.jgit.api.errors;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Thrown when branch deletion fails due to unmerged data
import java.text.MessageFormat;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.patch.FormatError;
/**
*/
package org.eclipse.jgit.api.errors;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Thrown when branch deletion fails due to unmerged data
import java.util.Collection;
import java.util.Collections;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.blame.Candidate.BlobCandidate;
import org.eclipse.jgit.blame.Candidate.ReverseCandidate;
import org.eclipse.jgit.blame.ReverseWalk.ReverseCommit;
import org.eclipse.jgit.diff.RawText;
import org.eclipse.jgit.diff.RawTextComparator;
import org.eclipse.jgit.diff.RenameDetector;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.MutableObjectId;
import org.eclipse.jgit.lib.ObjectId;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.Config.SectionParser;
import org.eclipse.jgit.util.StringUtils;
import java.util.Arrays;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.FileMode;
import java.util.Collections;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm;
import org.eclipse.jgit.diff.DiffEntry.ChangeType;
import org.eclipse.jgit.dircache.DirCacheIterator;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ConfigConstants;
package org.eclipse.jgit.diff;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Support {@link HistogramDiff} by computing occurrence counts of elements.
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.IntList;
import org.eclipse.jgit.util.LongList;
import java.util.HashMap;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.DiffEntry.ChangeType;
import org.eclipse.jgit.diff.SimilarityIndex.TableFullException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.NullProgressMonitor;
import java.util.BitSet;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.DiffEntry.ChangeType;
import org.eclipse.jgit.diff.SimilarityIndex.TableFullException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import java.util.Arrays;
import java.util.Comparator;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LockFailedException;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.UnmergedPathException;
import org.eclipse.jgit.events.IndexChangedEvent;
import org.eclipse.jgit.events.IndexChangedListener;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectInserter;
import java.text.MessageFormat;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ObjectReader;
import org.eclipse.jgit.treewalk.AbstractTreeIterator;
import java.util.List;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CheckoutConflictException;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.IndexWriteException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.FileMode;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectLoader;
import java.util.Comparator;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
/**
import java.text.MessageFormat;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.text.MessageFormat;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.ObjectId;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Exception thrown if a conflict occurs during a merge checkout.
import java.util.Collections;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** An exception detailing multiple reasons for failure. */
public class CompoundException extends Exception {
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ObjectId;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Attempt to add an entry to a tree that already exists.
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Cannot write a modified index. This is a serious error that users need to be
import java.io.UnsupportedEncodingException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Thrown when an invalid object id is passed in as an argument.
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ObjectId;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* An exception occurring when a file cannot be locked
import java.util.Map;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.transport.URIish;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Thrown when a pattern contains a character group which is open to the right
package org.eclipse.jgit.errors;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
/**
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Thrown when a PackFile previously failed and is known to be unusable */
public class PackInvalidException extends IOException {
import java.io.File;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Indicates a local repository does not exist. */
public class RepositoryNotFoundException extends TransportException {
package org.eclipse.jgit.errors;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevWalk;
/**
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Thrown when PackParser finds an object larger than a predefined limit */
public class TooLargeObjectInPackException extends IOException {
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.dircache.DirCacheEntry;
+import org.eclipse.jgit.internal.JGitText;
/**
* Indicates one or more paths in a DirCache have non-zero stages present.
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Indicates a ReceivePack failure while scanning the pack stream. */
public class UnpackException extends IOException {
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
abstract class AbstractHead implements Head {
private List<Head> newHeads = null;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.InvalidPatternException;
+import org.eclipse.jgit.internal.JGitText;
final class GroupHead extends AbstractHead {
private final List<CharacterPattern> characterClasses;
--- /dev/null
+/*
+ * Copyright (C) 2010, Sasa Zivkov <sasa.zivkov@sap.com>
+ * and other copyright owners as documented in the project's IP log.
+ *
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Distribution License v1.0 which
+ * accompanies this distribution, is reproduced below, and is
+ * available at http://www.eclipse.org/org/documents/edl-v10.php
+ *
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or
+ * without modification, are permitted provided that the following
+ * conditions are met:
+ *
+ * - Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ *
+ * - Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ *
+ * - Neither the name of the Eclipse Foundation, Inc. nor the
+ * names of its contributors may be used to endorse or promote
+ * products derived from this software without specific prior
+ * written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+package org.eclipse.jgit.internal;
+
+import org.eclipse.jgit.nls.NLS;
+import org.eclipse.jgit.nls.TranslationBundle;
+
+/**
+ * Translation bundle for JGit core
+ */
+public class JGitText extends TranslationBundle {
+
+ /**
+ * @return an instance of this translation bundle
+ */
+ public static JGitText get() {
+ return NLS.getBundleFor(JGitText.class);
+ }
+
+ /***/ public String abbreviationLengthMustBeNonNegative;
+ /***/ public String abortingRebase;
+ /***/ public String abortingRebaseFailed;
+ /***/ public String advertisementCameBefore;
+ /***/ public String advertisementOfCameBefore;
+ /***/ public String amazonS3ActionFailed;
+ /***/ public String amazonS3ActionFailedGivingUp;
+ /***/ public String ambiguousObjectAbbreviation;
+ /***/ public String aNewObjectIdIsRequired;
+ /***/ public String anExceptionOccurredWhileTryingToAddTheIdOfHEAD;
+ /***/ public String anSSHSessionHasBeenAlreadyCreated;
+ /***/ public String applyingCommit;
+ /***/ public String atLeastOnePathIsRequired;
+ /***/ public String atLeastOnePatternIsRequired;
+ /***/ public String atLeastTwoFiltersNeeded;
+ /***/ public String authenticationNotSupported;
+ /***/ public String badBase64InputCharacterAt;
+ /***/ public String badEntryDelimiter;
+ /***/ public String badEntryName;
+ /***/ public String badEscape;
+ /***/ public String badGroupHeader;
+ /***/ public String badObjectType;
+ /***/ public String badSectionEntry;
+ /***/ public String bareRepositoryNoWorkdirAndIndex;
+ /***/ public String base64InputNotProperlyPadded;
+ /***/ public String baseLengthIncorrect;
+ /***/ public String blameNotCommittedYet;
+ /***/ public String blobNotFound;
+ /***/ public String blobNotFoundForPath;
+ /***/ public String branchNameInvalid;
+ /***/ public String cachedPacksPreventsIndexCreation;
+ /***/ public String cannotBeCombined;
+ /***/ public String cannotBeRecursiveWhenTreesAreIncluded;
+ /***/ public String cannotCombineTreeFilterWithRevFilter;
+ /***/ public String cannotCommitOnARepoWithState;
+ /***/ public String cannotCommitWriteTo;
+ /***/ public String cannotConnectPipes;
+ /***/ public String cannotConvertScriptToText;
+ /***/ public String cannotCreateConfig;
+ /***/ public String cannotCreateDirectory;
+ /***/ public String cannotCreateHEAD;
+ /***/ public String cannotDeleteCheckedOutBranch;
+ /***/ public String cannotDeleteFile;
+ /***/ public String cannotDeleteStaleTrackingRef;
+ /***/ public String cannotDeleteStaleTrackingRef2;
+ /***/ public String cannotDetermineProxyFor;
+ /***/ public String cannotDownload;
+ /***/ public String cannotExecute;
+ /***/ public String cannotGet;
+ /***/ public String cannotListRefs;
+ /***/ public String cannotLock;
+ /***/ public String cannotLockPackIn;
+ /***/ public String cannotMatchOnEmptyString;
+ /***/ public String cannotMoveIndexTo;
+ /***/ public String cannotMovePackTo;
+ /***/ public String cannotOpenService;
+ /***/ public String cannotParseGitURIish;
+ /***/ public String cannotPullOnARepoWithState;
+ /***/ public String cannotRead;
+ /***/ public String cannotReadBlob;
+ /***/ public String cannotReadCommit;
+ /***/ public String cannotReadFile;
+ /***/ public String cannotReadHEAD;
+ /***/ public String cannotReadObject;
+ /***/ public String cannotReadTree;
+ /***/ public String cannotRebaseWithoutCurrentHead;
+ /***/ public String cannotResolveLocalTrackingRefForUpdating;
+ /***/ public String cannotStoreObjects;
+ /***/ public String cannotUnloadAModifiedTree;
+ /***/ public String cannotWorkWithOtherStagesThanZeroRightNow;
+ /***/ public String canOnlyCherryPickCommitsWithOneParent;
+ /***/ public String canOnlyRevertCommitsWithOneParent;
+ /***/ public String cantFindObjectInReversePackIndexForTheSpecifiedOffset;
+ /***/ public String cantPassMeATree;
+ /***/ public String channelMustBeInRange0_255;
+ /***/ public String characterClassIsNotSupported;
+ /***/ public String checkoutConflictWithFile;
+ /***/ public String checkoutConflictWithFiles;
+ /***/ public String checkoutUnexpectedResult;
+ /***/ public String classCastNotA;
+ /***/ public String cloneNonEmptyDirectory;
+ /***/ public String collisionOn;
+ /***/ public String commandWasCalledInTheWrongState;
+ /***/ public String commitAlreadyExists;
+ /***/ public String commitMessageNotSpecified;
+ /***/ public String commitOnRepoWithoutHEADCurrentlyNotSupported;
+ /***/ public String compressingObjects;
+ /***/ public String connectionFailed;
+ /***/ public String connectionTimeOut;
+ /***/ public String contextMustBeNonNegative;
+ /***/ public String corruptionDetectedReReadingAt;
+ /***/ public String corruptObjectBadStream;
+ /***/ public String corruptObjectBadStreamCorruptHeader;
+ /***/ public String corruptObjectGarbageAfterSize;
+ /***/ public String corruptObjectIncorrectLength;
+ /***/ public String corruptObjectInvalidEntryMode;
+ /***/ public String corruptObjectInvalidMode;
+ /***/ public String corruptObjectInvalidMode2;
+ /***/ public String corruptObjectInvalidMode3;
+ /***/ public String corruptObjectInvalidType;
+ /***/ public String corruptObjectInvalidType2;
+ /***/ public String corruptObjectMalformedHeader;
+ /***/ public String corruptObjectNegativeSize;
+ /***/ public String corruptObjectNoAuthor;
+ /***/ public String corruptObjectNoCommitter;
+ /***/ public String corruptObjectNoHeader;
+ /***/ public String corruptObjectNoObject;
+ /***/ public String corruptObjectNoTaggerBadHeader;
+ /***/ public String corruptObjectNoTaggerHeader;
+ /***/ public String corruptObjectNoTagName;
+ /***/ public String corruptObjectNotree;
+ /***/ public String corruptObjectNoType;
+ /***/ public String corruptObjectPackfileChecksumIncorrect;
+ /***/ public String couldNotCheckOutBecauseOfConflicts;
+ /***/ public String couldNotDeleteLockFileShouldNotHappen;
+ /***/ public String couldNotDeleteTemporaryIndexFileShouldNotHappen;
+ /***/ public String couldNotGetAdvertisedRef;
+ /***/ public String couldNotLockHEAD;
+ /***/ public String couldNotReadIndexInOneGo;
+ /***/ public String couldNotReadObjectWhileParsingCommit;
+ /***/ public String couldNotRenameDeleteOldIndex;
+ /***/ public String couldNotRenameTemporaryFile;
+ /***/ public String couldNotRenameTemporaryIndexFileToIndex;
+ /***/ public String couldNotURLEncodeToUTF8;
+ /***/ public String couldNotWriteFile;
+ /***/ public String countingObjects;
+ /***/ public String createBranchFailedUnknownReason;
+ /***/ public String createBranchUnexpectedResult;
+ /***/ public String createNewFileFailed;
+ /***/ public String credentialPassword;
+ /***/ public String credentialUsername;
+ /***/ public String daemonAlreadyRunning;
+ /***/ public String daysAgo;
+ /***/ public String deleteBranchUnexpectedResult;
+ /***/ public String deleteFileFailed;
+ /***/ public String deleteTagUnexpectedResult;
+ /***/ public String deletingNotSupported;
+ /***/ public String destinationIsNotAWildcard;
+ /***/ public String detachedHeadDetected;
+ /***/ public String dirCacheDoesNotHaveABackingFile;
+ /***/ public String dirCacheFileIsNotLocked;
+ /***/ public String dirCacheIsNotLocked;
+ /***/ public String DIRCChecksumMismatch;
+ /***/ public String DIRCExtensionIsTooLargeAt;
+ /***/ public String DIRCExtensionNotSupportedByThisVersion;
+ /***/ public String DIRCHasTooManyEntries;
+ /***/ public String DIRCUnrecognizedExtendedFlags;
+ /***/ public String dirtyFilesExist;
+ /***/ public String doesNotHandleMode;
+ /***/ public String downloadCancelled;
+ /***/ public String downloadCancelledDuringIndexing;
+ /***/ public String duplicateAdvertisementsOf;
+ /***/ public String duplicateRef;
+ /***/ public String duplicateRemoteRefUpdateIsIllegal;
+ /***/ public String duplicateStagesNotAllowed;
+ /***/ public String eitherGitDirOrWorkTreeRequired;
+ /***/ public String emptyCommit;
+ /***/ public String emptyPathNotPermitted;
+ /***/ public String encryptionError;
+ /***/ public String endOfFileInEscape;
+ /***/ public String entryNotFoundByPath;
+ /***/ public String enumValueNotSupported2;
+ /***/ public String enumValueNotSupported3;
+ /***/ public String enumValuesNotAvailable;
+ /***/ public String errorDecodingFromFile;
+ /***/ public String errorEncodingFromFile;
+ /***/ public String errorInBase64CodeReadingStream;
+ /***/ public String errorInPackedRefs;
+ /***/ public String errorInvalidProtocolWantedOldNewRef;
+ /***/ public String errorListing;
+ /***/ public String errorOccurredDuringUnpackingOnTheRemoteEnd;
+ /***/ public String errorReadingInfoRefs;
+ /***/ public String exceptionCaughtDuringExecutionOfAddCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfCherryPickCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfCommitCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfFetchCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfLsRemoteCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfMergeCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfPullCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfPushCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfResetCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfRevertCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfRmCommand;
+ /***/ public String exceptionCaughtDuringExecutionOfTagCommand;
+ /***/ public String exceptionOccurredDuringAddingOfOptionToALogCommand;
+ /***/ public String exceptionOccurredDuringReadingOfGIT_DIR;
+ /***/ public String expectedACKNAKFoundEOF;
+ /***/ public String expectedACKNAKGot;
+ /***/ public String expectedBooleanStringValue;
+ /***/ public String expectedCharacterEncodingGuesses;
+ /***/ public String expectedEOFReceived;
+ /***/ public String expectedGot;
+ /***/ public String expectedPktLineWithService;
+ /***/ public String expectedReceivedContentType;
+ /***/ public String expectedReportForRefNotReceived;
+ /***/ public String failedUpdatingRefs;
+ /***/ public String failureDueToOneOfTheFollowing;
+ /***/ public String failureUpdatingFETCH_HEAD;
+ /***/ public String failureUpdatingTrackingRef;
+ /***/ public String fileCannotBeDeleted;
+ /***/ public String fileIsTooBigForThisConvenienceMethod;
+ /***/ public String fileIsTooLarge;
+ /***/ public String fileModeNotSetForPath;
+ /***/ public String flagIsDisposed;
+ /***/ public String flagNotFromThis;
+ /***/ public String flagsAlreadyCreated;
+ /***/ public String funnyRefname;
+ /***/ public String headRequiredToStash;
+ /***/ public String hoursAgo;
+ /***/ public String hugeIndexesAreNotSupportedByJgitYet;
+ /***/ public String hunkBelongsToAnotherFile;
+ /***/ public String hunkDisconnectedFromFile;
+ /***/ public String hunkHeaderDoesNotMatchBodyLineCountOf;
+ /***/ public String illegalArgumentNotA;
+ /***/ public String illegalCombinationOfArguments;
+ /***/ public String illegalPackingPhase;
+ /***/ public String illegalStateExists;
+ /***/ public String improperlyPaddedBase64Input;
+ /***/ public String incorrectHashFor;
+ /***/ public String incorrectOBJECT_ID_LENGTH;
+ /***/ public String indexFileIsInUse;
+ /***/ public String indexFileIsTooLargeForJgit;
+ /***/ public String indexSignatureIsInvalid;
+ /***/ public String indexWriteException;
+ /***/ public String inMemoryBufferLimitExceeded;
+ /***/ public String integerValueOutOfRange;
+ /***/ public String internalRevisionError;
+ /***/ public String internalServerError;
+ /***/ public String interruptedWriting;
+ /***/ public String inTheFuture;
+ /***/ public String invalidAdvertisementOf;
+ /***/ public String invalidAncestryLength;
+ /***/ public String invalidBooleanValue;
+ /***/ public String invalidChannel;
+ /***/ public String invalidCharacterInBase64Data;
+ /***/ public String invalidCommitParentNumber;
+ /***/ public String invalidEncryption;
+ /***/ public String invalidGitdirRef;
+ /***/ public String invalidGitType;
+ /***/ public String invalidId;
+ /***/ public String invalidIdLength;
+ /***/ public String invalidIntegerValue;
+ /***/ public String invalidKey;
+ /***/ public String invalidLineInConfigFile;
+ /***/ public String invalidModeFor;
+ /***/ public String invalidModeForPath;
+ /***/ public String invalidObject;
+ /***/ public String invalidOldIdSent;
+ /***/ public String invalidPacketLineHeader;
+ /***/ public String invalidPath;
+ /***/ public String invalidReflogRevision;
+ /***/ public String invalidRefName;
+ /***/ public String invalidRemote;
+ /***/ public String invalidStageForPath;
+ /***/ public String invalidTagOption;
+ /***/ public String invalidTimeout;
+ /***/ public String invalidURL;
+ /***/ public String invalidWildcards;
+ /***/ public String invalidWindowSize;
+ /***/ public String isAStaticFlagAndHasNorevWalkInstance;
+ /***/ public String JRELacksMD5Implementation;
+ /***/ public String kNotInRange;
+ /***/ public String largeObjectExceedsByteArray;
+ /***/ public String largeObjectExceedsLimit;
+ /***/ public String largeObjectException;
+ /***/ public String largeObjectOutOfMemory;
+ /***/ public String lengthExceedsMaximumArraySize;
+ /***/ public String listingAlternates;
+ /***/ public String localObjectsIncomplete;
+ /***/ public String localRefIsMissingObjects;
+ /***/ public String lockCountMustBeGreaterOrEqual1;
+ /***/ public String lockError;
+ /***/ public String lockOnNotClosed;
+ /***/ public String lockOnNotHeld;
+ /***/ public String malformedpersonIdentString;
+ /***/ public String maxCountMustBeNonNegative;
+ /***/ public String mergeConflictOnNonNoteEntries;
+ /***/ public String mergeConflictOnNotes;
+ /***/ public String mergeStrategyAlreadyExistsAsDefault;
+ /***/ public String mergeStrategyDoesNotSupportHeads;
+ /***/ public String mergeUsingStrategyResultedInDescription;
+ /***/ public String minutesAgo;
+ /***/ public String missingAccesskey;
+ /***/ public String missingConfigurationForKey;
+ /***/ public String missingDeltaBase;
+ /***/ public String missingForwardImageInGITBinaryPatch;
+ /***/ public String missingObject;
+ /***/ public String missingPrerequisiteCommits;
+ /***/ public String missingRequiredParameter;
+ /***/ public String missingSecretkey;
+ /***/ public String mixedStagesNotAllowed;
+ /***/ public String mkDirFailed;
+ /***/ public String mkDirsFailed;
+ /***/ public String month;
+ /***/ public String months;
+ /***/ public String monthsAgo;
+ /***/ public String multipleMergeBasesFor;
+ /***/ public String need2Arguments;
+ /***/ public String needPackOut;
+ /***/ public String needsAtLeastOneEntry;
+ /***/ public String needsWorkdir;
+ /***/ public String newlineInQuotesNotAllowed;
+ /***/ public String noApplyInDelete;
+ /***/ public String noClosingBracket;
+ /***/ public String noHEADExistsAndNoExplicitStartingRevisionWasSpecified;
+ /***/ public String noHMACsupport;
+ /***/ public String noMergeHeadSpecified;
+ /***/ public String noSuchRef;
+ /***/ public String notABoolean;
+ /***/ public String notABundle;
+ /***/ public String notADIRCFile;
+ /***/ public String notAGitDirectory;
+ /***/ public String notAPACKFile;
+ /***/ public String notARef;
+ /***/ public String notASCIIString;
+ /***/ public String notAuthorized;
+ /***/ public String notAValidPack;
+ /***/ public String notFound;
+ /***/ public String nothingToFetch;
+ /***/ public String nothingToPush;
+ /***/ public String notMergedExceptionMessage;
+ /***/ public String noXMLParserAvailable;
+ /***/ public String objectAtHasBadZlibStream;
+ /***/ public String objectAtPathDoesNotHaveId;
+ /***/ public String objectIsCorrupt;
+ /***/ public String objectIsNotA;
+ /***/ public String objectNotFoundIn;
+ /***/ public String obtainingCommitsForCherryPick;
+ /***/ public String offsetWrittenDeltaBaseForObjectNotFoundInAPack;
+ /***/ public String onlyAlreadyUpToDateAndFastForwardMergesAreAvailable;
+ /***/ public String onlyOneFetchSupported;
+ /***/ public String onlyOneOperationCallPerConnectionIsSupported;
+ /***/ public String openFilesMustBeAtLeast1;
+ /***/ public String openingConnection;
+ /***/ public String operationCanceled;
+ /***/ public String outputHasAlreadyBeenStarted;
+ /***/ public String packChecksumMismatch;
+ /***/ public String packCorruptedWhileWritingToFilesystem;
+ /***/ public String packDoesNotMatchIndex;
+ /***/ public String packetSizeMustBeAtLeast;
+ /***/ public String packetSizeMustBeAtMost;
+ /***/ public String packfileCorruptionDetected;
+ /***/ public String packFileInvalid;
+ /***/ public String packfileIsTruncated;
+ /***/ public String packHasUnresolvedDeltas;
+ /***/ public String packingCancelledDuringObjectsWriting;
+ /***/ public String packObjectCountMismatch;
+ /***/ public String packTooLargeForIndexVersion1;
+ /***/ public String packWriterStatistics;
+ /***/ public String patchApplyException;
+ /***/ public String patchFormatException;
+ /***/ public String pathIsNotInWorkingDir;
+ /***/ public String pathNotConfigured;
+ /***/ public String peeledLineBeforeRef;
+ /***/ public String peerDidNotSupplyACompleteObjectGraph;
+ /***/ public String prefixRemote;
+ /***/ public String problemWithResolvingPushRefSpecsLocally;
+ /***/ public String progressMonUploading;
+ /***/ public String propertyIsAlreadyNonNull;
+ /***/ public String pullOnRepoWithoutHEADCurrentlyNotSupported;
+ /***/ public String pullTaskName;
+ /***/ public String pushCancelled;
+ /***/ public String pushIsNotSupportedForBundleTransport;
+ /***/ public String pushNotPermitted;
+ /***/ public String rawLogMessageDoesNotParseAsLogEntry;
+ /***/ public String readingObjectsFromLocalRepositoryFailed;
+ /***/ public String readTimedOut;
+ /***/ public String receivePackObjectTooLarge1;
+ /***/ public String receivePackObjectTooLarge2;
+ /***/ public String receivingObjects;
+ /***/ public String refAlreadyExists;
+ /***/ public String reflogEntryNotFound;
+ /***/ public String refNotResolved;
+ /***/ public String refUpdateReturnCodeWas;
+ /***/ public String remoteConfigHasNoURIAssociated;
+ /***/ public String remoteDoesNotHaveSpec;
+ /***/ public String remoteDoesNotSupportSmartHTTPPush;
+ /***/ public String remoteHungUpUnexpectedly;
+ /***/ public String remoteNameCantBeNull;
+ /***/ public String renameBranchFailedBecauseTag;
+ /***/ public String renameBranchFailedUnknownReason;
+ /***/ public String renameBranchUnexpectedResult;
+ /***/ public String renameFileFailed;
+ /***/ public String renamesAlreadyFound;
+ /***/ public String renamesBreakingModifies;
+ /***/ public String renamesFindingByContent;
+ /***/ public String renamesFindingExact;
+ /***/ public String renamesRejoiningModifies;
+ /***/ public String repositoryAlreadyExists;
+ /***/ public String repositoryConfigFileInvalid;
+ /***/ public String repositoryIsRequired;
+ /***/ public String repositoryNotFound;
+ /***/ public String repositoryState_applyMailbox;
+ /***/ public String repositoryState_bisecting;
+ /***/ public String repositoryState_conflicts;
+ /***/ public String repositoryState_merged;
+ /***/ public String repositoryState_normal;
+ /***/ public String repositoryState_rebase;
+ /***/ public String repositoryState_rebaseInteractive;
+ /***/ public String repositoryState_rebaseOrApplyMailbox;
+ /***/ public String repositoryState_rebaseWithMerge;
+ /***/ public String requiredHashFunctionNotAvailable;
+ /***/ public String resettingHead;
+ /***/ public String resolvingDeltas;
+ /***/ public String resultLengthIncorrect;
+ /***/ public String rewinding;
+ /***/ public String searchForReuse;
+ /***/ public String searchForSizes;
+ /***/ public String secondsAgo;
+ /***/ public String sequenceTooLargeForDiffAlgorithm;
+ /***/ public String serviceNotEnabledNoName;
+ /***/ public String serviceNotPermitted;
+ /***/ public String serviceNotPermittedNoName;
+ /***/ public String shortCompressedStreamAt;
+ /***/ public String shortReadOfBlock;
+ /***/ public String shortReadOfOptionalDIRCExtensionExpectedAnotherBytes;
+ /***/ public String shortSkipOfBlock;
+ /***/ public String signingNotSupportedOnTag;
+ /***/ public String similarityScoreMustBeWithinBounds;
+ /***/ public String sizeExceeds2GB;
+ /***/ public String skipMustBeNonNegative;
+ /***/ public String smartHTTPPushDisabled;
+ /***/ public String sourceDestinationMustMatch;
+ /***/ public String sourceIsNotAWildcard;
+ /***/ public String sourceRefDoesntResolveToAnyObject;
+ /***/ public String sourceRefNotSpecifiedForRefspec;
+ /***/ public String staleRevFlagsOn;
+ /***/ public String startingReadStageWithoutWrittenRequestDataPendingIsNotSupported;
+ /***/ public String stashApplyFailed;
+ /***/ public String stashApplyOnUnsafeRepository;
+ /***/ public String stashCommitMissingTwoParents;
+ /***/ public String stashFailed;
+ /***/ public String stashResolveFailed;
+ /***/ public String statelessRPCRequiresOptionToBeEnabled;
+ /***/ public String submoduleExists;
+ /***/ public String submodulesNotSupported;
+ /***/ public String submoduleParentRemoteUrlInvalid;
+ /***/ public String symlinkCannotBeWrittenAsTheLinkTarget;
+ /***/ public String systemConfigFileInvalid;
+ /***/ public String tagNameInvalid;
+ /***/ public String tagOnRepoWithoutHEADCurrentlyNotSupported;
+ /***/ public String theFactoryMustNotBeNull;
+ /***/ public String timerAlreadyTerminated;
+ /***/ public String topologicalSortRequired;
+ /***/ public String transportExceptionBadRef;
+ /***/ public String transportExceptionEmptyRef;
+ /***/ public String transportExceptionInvalid;
+ /***/ public String transportExceptionMissingAssumed;
+ /***/ public String transportExceptionReadRef;
+ /***/ public String transportProtoAmazonS3;
+ /***/ public String transportProtoBundleFile;
+ /***/ public String transportProtoFTP;
+ /***/ public String transportProtoGitAnon;
+ /***/ public String transportProtoHTTP;
+ /***/ public String transportProtoLocal;
+ /***/ public String transportProtoSFTP;
+ /***/ public String transportProtoSSH;
+ /***/ public String treeEntryAlreadyExists;
+ /***/ public String treeIteratorDoesNotSupportRemove;
+ /***/ public String treeWalkMustHaveExactlyTwoTrees;
+ /***/ public String truncatedHunkLinesMissingForAncestor;
+ /***/ public String truncatedHunkNewLinesMissing;
+ /***/ public String truncatedHunkOldLinesMissing;
+ /***/ public String tSizeMustBeGreaterOrEqual1;
+ /***/ public String unableToCheckConnectivity;
+ /***/ public String unableToStore;
+ /***/ public String unableToWrite;
+ /***/ public String unencodeableFile;
+ /***/ public String unexpectedCompareResult;
+ /***/ public String unexpectedEndOfConfigFile;
+ /***/ public String unexpectedHunkTrailer;
+ /***/ public String unexpectedOddResult;
+ /***/ public String unexpectedRefReport;
+ /***/ public String unexpectedReportLine;
+ /***/ public String unexpectedReportLine2;
+ /***/ public String unknownDIRCVersion;
+ /***/ public String unknownHost;
+ /***/ public String unknownIndexVersionOrCorruptIndex;
+ /***/ public String unknownObject;
+ /***/ public String unknownObjectType;
+ /***/ public String unknownRepositoryFormat;
+ /***/ public String unknownRepositoryFormat2;
+ /***/ public String unknownZlibError;
+ /***/ public String unmergedPath;
+ /***/ public String unmergedPaths;
+ /***/ public String unpackException;
+ /***/ public String unreadablePackIndex;
+ /***/ public String unrecognizedRef;
+ /***/ public String unsupportedCommand0;
+ /***/ public String unsupportedEncryptionAlgorithm;
+ /***/ public String unsupportedEncryptionVersion;
+ /***/ public String unsupportedOperationNotAddAtEnd;
+ /***/ public String unsupportedPackIndexVersion;
+ /***/ public String unsupportedPackVersion;
+ /***/ public String updatingReferences;
+ /***/ public String updatingRefFailed;
+ /***/ public String uriNotConfigured;
+ /***/ public String uriNotFound;
+ /***/ public String URINotSupported;
+ /***/ public String URLNotFound;
+ /***/ public String userConfigFileInvalid;
+ /***/ public String walkFailure;
+ /***/ public String wantNotValid;
+ /***/ public String weeksAgo;
+ /***/ public String windowSizeMustBeLesserThanLimit;
+ /***/ public String windowSizeMustBePowerOf2;
+ /***/ public String writerAlreadyInitialized;
+ /***/ public String writeTimedOut;
+ /***/ public String writingNotPermitted;
+ /***/ public String writingNotSupported;
+ /***/ public String writingObjects;
+ /***/ public String wrongDecompressedLength;
+ /***/ public String wrongRepositoryState;
+ /***/ public String year;
+ /***/ public String years;
+ /***/ public String years0MonthsAgo;
+ /***/ public String yearsAgo;
+ /***/ public String yearsMonthsAgo;
+}
import java.io.Serializable;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.InvalidObjectIdException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.NB;
import org.eclipse.jgit.util.RawParseUtils;
import java.util.LinkedList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.RepositoryCache.FileKey;
import org.eclipse.jgit.storage.file.FileBasedConfig;
import org.eclipse.jgit.storage.file.FileRepository;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevTree;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicReference;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.events.ConfigChangedEvent;
import org.eclipse.jgit.events.ConfigChangedListener;
import org.eclipse.jgit.events.ListenerHandle;
import org.eclipse.jgit.events.ListenerList;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.StringUtils;
import java.security.NoSuchAlgorithmException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.MutableInteger;
/** Misc. constants used throughout JGit. */
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.InvalidObjectIdException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.NB;
import org.eclipse.jgit.util.RawParseUtils;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.MutableInteger;
/**
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevObject;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.errors.AmbiguousObjectException;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.events.IndexChangedListener;
import org.eclipse.jgit.events.ListenerList;
import org.eclipse.jgit.events.RepositoryEvent;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevBlob;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevObject;
package org.eclipse.jgit.lib;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Important state of the repository that affects what can and cannot bed
* done. This is things like unhandled conflicted merges and unfinished rebase.
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.EntryExistsException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.ObjectWritingException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.RawParseUtils;
/**
import java.text.MessageFormat;
import java.util.HashMap;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
/**
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.List;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.DiffAlgorithm;
import org.eclipse.jgit.diff.DiffAlgorithm.SupportedAlgorithm;
import org.eclipse.jgit.diff.RawText;
import org.eclipse.jgit.errors.IndexWriteException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.NoWorkTreeException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* This exception will be thrown from the {@link NoteMerger} when a conflict on
import java.io.OutputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.util.MutableInteger;
import java.util.Collections;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.DiffEntry;
import org.eclipse.jgit.diff.EditList;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.io.OutputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.Edit;
import org.eclipse.jgit.diff.EditList;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.util.MutableInteger;
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.TemporaryBuffer;
/** A parsed collection of {@link FileHeader}s from a unified diff patch file */
import java.util.HashSet;
import java.util.TreeSet;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommitList;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.Map;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.PersonIdent;
import org.eclipse.jgit.lib.Ref;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
/**
* Computes the merge base(s) of the starting commits.
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ObjectReader;
import org.eclipse.jgit.lib.Repository;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Application level mark bit for {@link RevObject}s.
import java.text.MessageFormat;
import java.util.AbstractList;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* An ordered list of {@link RevObject} subclasses.
import java.util.Iterator;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.RevWalkException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.AsyncObjectLoaderQueue;
import org.eclipse.jgit.lib.Constants;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.filter.AndRevFilter;
import org.eclipse.jgit.revwalk.filter.RevFilter;
import org.eclipse.jgit.treewalk.filter.TreeFilter;
import java.io.IOException;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.util.RawCharSequence;
import org.eclipse.jgit.util.RawParseUtils;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.util.RawCharSequence;
import org.eclipse.jgit.util.RawParseUtils;
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StopWalkException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.util.RawCharSequence;
import org.eclipse.jgit.util.RawParseUtils;
import java.io.IOException;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StopWalkException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StopWalkException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.revwalk.RevWalk;
import java.util.concurrent.atomic.AtomicReferenceArray;
import java.util.concurrent.locks.ReentrantLock;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Caches slices of a {@link DfsPackFile} in memory for faster read access.
import java.util.Comparator;
import java.util.List;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ObjectId;
import java.util.zip.DataFormatException;
import java.util.zip.Inflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.PackInvalidException;
import org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import java.util.zip.DataFormatException;
import java.util.zip.Inflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.AsyncObjectLoaderQueue;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.RefUpdate;
import org.eclipse.jgit.lib.Repository;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LockFailedException;
import org.eclipse.jgit.errors.ConfigInvalidException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.HashSet;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.events.ConfigChangedEvent;
import org.eclipse.jgit.events.ConfigChangedListener;
import org.eclipse.jgit.events.IndexChangedEvent;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.BaseRepositoryBuilder;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import java.nio.channels.FileChannel;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LockFailedException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.util.FS;
import java.util.Set;
import java.util.concurrent.atomic.AtomicReference;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.PackMismatchException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Config;
import java.util.zip.CRC32;
import java.util.zip.Deflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LockFailedException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.CoreConfig;
import java.util.zip.DataFormatException;
import java.util.zip.Inflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.PackInvalidException;
import org.eclipse.jgit.errors.PackMismatchException;
import org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import java.util.Iterator;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.MutableObjectId;
import java.util.NoSuchElementException;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import java.text.MessageFormat;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.transport.PackedObjectInfo;
import java.io.IOException;
import java.io.OutputStream;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.transport.PackedObjectInfo;
import org.eclipse.jgit.util.NB;
import java.text.MessageFormat;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.storage.file.PackIndex.MutableEntry;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicReference;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.LockFailedException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.ObjectWritingException;
import org.eclipse.jgit.events.RefsChangedEvent;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.CoreConfig;
import org.eclipse.jgit.lib.ObjectId;
import java.io.Serializable;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.PersonIdent;
import java.util.zip.InflaterInputStream;
import java.util.zip.ZipException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.InflaterCache;
import java.util.concurrent.atomic.AtomicReferenceArray;
import java.util.concurrent.locks.ReentrantLock;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Caches slices of a {@link PackFile} in memory for faster read access.
import java.util.zip.DataFormatException;
import java.util.zip.Inflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AbbreviatedObjectId;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
package org.eclipse.jgit.storage.pack;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.QuotedString;
import org.eclipse.jgit.util.RawParseUtils;
import java.io.IOException;
import java.io.InputStream;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.IO;
/**
import java.security.MessageDigest;
import java.util.zip.CRC32;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ProgressMonitor;
import org.eclipse.jgit.util.NB;
import java.util.zip.Deflater;
import java.util.zip.DeflaterOutputStream;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.LargeObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.AsyncObjectSizeQueue;
import org.eclipse.jgit.lib.BatchingProgressMonitor;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.dircache.DirCacheIterator;
import org.eclipse.jgit.errors.ConfigInvalidException;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.ConfigConstants;
import org.eclipse.jgit.lib.Constants;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import java.util.Collections;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Ref;
/**
import java.util.LinkedHashMap;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.RemoteRepositoryException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectIdRef;
import org.eclipse.jgit.lib.Ref;
import java.util.Date;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.Constants;
import java.util.Map;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ProgressMonitor;
import org.eclipse.jgit.lib.Ref;
import java.util.Map;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingBundlePrerequisiteException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Set;
import java.util.TreeMap;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* A credential requested from a {@link CredentialsProvider}.
import java.net.Socket;
import java.net.SocketAddress;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.RepositoryNotFoundException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.PersonIdent;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.storage.pack.PackConfig;
import java.util.Set;
import java.util.concurrent.TimeUnit;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.BatchingProgressMonitor;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.HashMap;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.util.FS;
import com.jcraft.jsch.JSch;
import java.util.zip.DataFormatException;
import java.util.zip.Inflater;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.TooLargeObjectInPackException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.BatchingProgressMonitor;
import org.eclipse.jgit.lib.Constants;
import java.io.InputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.PackProtocolException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.MutableObjectId;
import org.eclipse.jgit.util.IO;
import java.util.HashMap;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ProgressMonitor;
import org.eclipse.jgit.lib.Ref;
import java.util.ArrayList;
import java.util.List;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.lib.RefUpdate;
import java.util.Set;
import java.util.concurrent.TimeUnit;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.UnpackException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import java.text.MessageFormat;
import java.io.Serializable;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Ref;
import java.io.IOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.lib.Repository;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ProgressMonitor;
import org.eclipse.jgit.util.IO;
import java.io.OutputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Multiplexes data and progress messages.
package org.eclipse.jgit.transport;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
/**
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Specification of annotated tag behavior during fetch. */
public enum TagOpt {
import java.util.Vector;
import java.util.concurrent.CopyOnWriteArrayList;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import java.util.Set;
import java.util.TreeMap;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectIdRef;
import java.util.LinkedHashSet;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
class TransportBundleFile extends Transport implements TransportBundle {
import java.io.IOException;
import java.io.InputStream;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
/**
import java.util.EnumSet;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.util.io.SafeBufferedOutputStream;
import java.util.List;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.util.QuotedString;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509TrustManager;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.PackProtocolException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Config;
import org.eclipse.jgit.lib.Config.SectionParser;
import org.eclipse.jgit.lib.Constants;
import java.util.Map;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NoRemoteRepositoryException;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.lib.RepositoryCache;
import org.eclipse.jgit.storage.file.FileRepository;
import java.util.Set;
import java.util.TreeMap;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.NotSupportedException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectIdRef;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.util.RawParseUtils;
import org.eclipse.jgit.util.StringUtils;
import java.util.Map;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.PackProtocolException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ObjectId;
import javax.crypto.spec.PBEKeySpec;
import javax.crypto.spec.PBEParameterSpec;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
abstract class WalkEncryption {
static final WalkEncryption NONE = new NoEncryption();
import java.util.List;
import java.util.Set;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.CompoundException;
import org.eclipse.jgit.errors.CorruptObjectException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.FileMode;
import java.util.Set;
import java.util.TreeMap;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.AnyObjectId;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import java.util.Collection;
import java.util.Map;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.TransportException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.ObjectIdRef;
package org.eclipse.jgit.transport.resolver;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Indicates the request service is not authorized for current user. */
public class ServiceNotAuthorizedException extends Exception {
package org.eclipse.jgit.transport.resolver;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Indicates the request service is not enabled on a repository. */
public class ServiceNotEnabledException extends Exception {
import java.util.Collections;
import java.util.Comparator;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.diff.RawText;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheEntry;
import org.eclipse.jgit.errors.NoWorkTreeException;
import org.eclipse.jgit.ignore.IgnoreNode;
import org.eclipse.jgit.ignore.IgnoreRule;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.lib.CoreConfig;
import org.eclipse.jgit.lib.CoreConfig.AutoCRLF;
import java.io.IOException;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.treewalk.TreeWalk;
/**
import java.io.IOException;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.treewalk.TreeWalk;
/**
package org.eclipse.jgit.treewalk.filter;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.treewalk.TreeWalk;
import java.util.Collection;
import java.util.Comparator;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.StopWalkException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.treewalk.TreeWalk;
/**
import java.io.IOException;
-import org.eclipse.jgit.JGitText;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.treewalk.TreeWalk;
import java.text.MessageFormat;
import java.util.Arrays;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Encodes and decodes to and from Base64 notation.
import java.nio.channels.FileLock;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* File Utilities
import java.net.URLEncoder;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Extra utilities to support usage of HTTP. */
public class HttpSupport {
import java.nio.channels.ReadableByteChannel;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Input/Output utilities
package org.eclipse.jgit.util;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.Constants;
/**
import java.text.MessageFormat;
import java.util.Date;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Formatter to format timestamps relative to the current time using time units
import java.text.MessageFormat;
import java.util.Collection;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** Miscellaneous string comparison utility methods. */
public final class StringUtils {
import java.io.OutputStream;
import java.util.ArrayList;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
import org.eclipse.jgit.lib.NullProgressMonitor;
import org.eclipse.jgit.lib.ProgressMonitor;
import org.eclipse.jgit.util.io.SafeBufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** An OutputStream which always throws IllegalStateExeption during write. */
public final class DisabledOutputStream extends OutputStream {
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/**
* Triggers an interrupt on the calling thread if it doesn't complete a block.
import java.io.InterruptedIOException;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** InputStream with a configurable timeout. */
public class TimeoutInputStream extends FilterInputStream {
import java.io.OutputStream;
import java.text.MessageFormat;
-import org.eclipse.jgit.JGitText;
+import org.eclipse.jgit.internal.JGitText;
/** OutputStream with a configurable timeout. */
public class TimeoutOutputStream extends OutputStream {