diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 01:48:06 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 01:48:06 +0100 |
commit | f53c2d11af719cb1ff97ffc1c8046739883c30da (patch) | |
tree | 74efc81adc2f7bb670c2aa04d19a9f3832c2952d /org.eclipse.jgit/.settings | |
parent | 47d7f7aabb496ec18f0de726d895498575c57a4d (diff) | |
parent | 2b64345f53d48badb8523c1d3536522af4851315 (diff) | |
download | jgit-f53c2d11af719cb1ff97ffc1c8046739883c30da.tar.gz jgit-f53c2d11af719cb1ff97ffc1c8046739883c30da.zip |
Merge branch 'stable-4.9' into stable-4.10
* stable-4.9:
Prepare 4.9.10-SNAPSHOT builds
JGit v4.9.9.201903122025-r
Prepare 4.7.9-SNAPSHOT builds
JGit v4.7.8.201903121755-r
Prepare 4.5.7-SNAPSHOT builds
JGit v4.5.6.201903121547-r
Check for packfile validity and fd before reading
Move throw of PackInvalidException outside the catch
Use FileSnapshot to get lastModified on PackFile
Include size when comparing FileSnapshot
Do not reuse packfiles when changed on filesystem
Silence API warnings for new API introduced for fixes
Change-Id: Ifcd8ea6a2b59f6f8e9d896d8407cfcaef0a9375d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters index d30eafebbc..cae17b1de5 100644 --- a/org.eclipse.jgit/.settings/.api_filters +++ b/org.eclipse.jgit/.settings/.api_filters @@ -41,6 +41,12 @@ <message_argument value="createNewFileAtomic(File)"/> </message_arguments> </filter> + <filter id="1142947843"> + <message_arguments> + <message_argument value="4.5.6"/> + <message_argument value="fileAttributes(File)"/> + </message_arguments> + </filter> </resource> <resource path="src/org/eclipse/jgit/util/FS.java" type="org.eclipse.jgit.util.FS$LockToken"> <filter id="1141899266"> |