diff options
author | Marc Strapetz <marc.strapetz@syntevo.com> | 2010-08-31 13:26:29 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-08-31 12:08:09 -0700 |
commit | 253b36d27a3d249ec8290b99bf38275d003766e1 (patch) | |
tree | 7f40eb1532df06f7ec33c99b2841675a89317083 /org.eclipse.jgit/resources/org/eclipse/jgit | |
parent | b3aa5802b9acc0b3a3861bc0483d13cd537b2d77 (diff) | |
download | jgit-253b36d27a3d249ec8290b99bf38275d003766e1.tar.gz jgit-253b36d27a3d249ec8290b99bf38275d003766e1.zip |
Partial support for index file format "3".
Extended flags are processed and available via DirCacheEntry's
new isSkipWorkTree() and isIntentToAdd() methods. "resolve-undo"
information is completely ignored since its an optional extension.
Change-Id: Ie6e9c6784c9f265ca3c013c6dc0e6bd29d3b7233
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse/jgit')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index 14c0ba0fc8..5bebd18b30 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -2,6 +2,7 @@ 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} JRELacksMD5Implementation=JRE lacks MD5 implementation URINotSupported=URI not supported: {0} URLNotFound={0} not found |