diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-11 00:51:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-11 00:51:21 +0200 |
commit | f2e5bace4841758927d47db7d20e4a6f7353ce57 (patch) | |
tree | e7266a8633ead124fe891e876bea849410ad4e48 /org.eclipse.jgit/resources | |
parent | 8f422e9a9add4a7a7d972e8aa1dfa5e15fccdf99 (diff) | |
parent | 0616016c83614d09e69895a2ca76564ff478d4d2 (diff) | |
download | jgit-f2e5bace4841758927d47db7d20e4a6f7353ce57.tar.gz jgit-f2e5bace4841758927d47db7d20e4a6f7353ce57.zip |
Merge branch 'stable-5.7' into stable-5.8
* stable-5.7:
LockFile: create OutputStream only when needed
Remove ReftableNumbersNotIncreasingException
Change-Id: Ib3f280e0741f87a0ff615d857a5ea39b35527e74
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index bf19fd9ba0..10a4e22d69 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -404,11 +404,18 @@ listingPacks=Listing packs localObjectsIncomplete=Local objects incomplete. localRefIsMissingObjects=Local ref {0} is missing object(s). localRepository=local repository +lockAlreadyHeld=Lock on {0} already held lockCountMustBeGreaterOrEqual1=lockCount must be >= 1 lockError=lock error: {0} lockFailedRetry=locking {0} failed after {1} retries lockOnNotClosed=Lock on {0} not closed. lockOnNotHeld=Lock on {0} not held. +lockStreamClosed=Output to lock on {0} already closed +lockStreamMultiple=Output to lock on {0} already opened +logInconsistentFiletimeDiff={}: inconsistent duration from file timestamps on {}, {}: {} > {}, but diff = {}. Aborting measurement at resolution {}. +logLargerFiletimeDiff={}: inconsistent duration from file timestamps on {}, {}: diff = {} > {} (last good value). Aborting measurement. +logSmallerFiletime={}: got smaller file timestamp on {}, {}: {} < {}. Aborting measurement at resolution {}. +logXDGConfigHomeInvalid=Environment variable XDG_CONFIG_HOME contains an invalid path {} 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} |