Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-13 01:21:54 +0000
committerMatthias Sohn2019-03-13 01:21:54 +0000
commit7480737aac78a2c6e1acca37715bf61a5fa494bb (patch)
tree01c8b71c33a50281c2eb1ecaa370aa4d004e1a8b /org.eclipse.jgit/.settings
parent35e96348d3032a5670e8dbd0fb0a90852af65cf1 (diff)
parent6a30ffd0338239a49b1d0c34ad827d317d5b15ec (diff)
downloadjgit-7480737aac78a2c6e1acca37715bf61a5fa494bb.tar.gz
jgit-7480737aac78a2c6e1acca37715bf61a5fa494bb.tar.xz
jgit-7480737aac78a2c6e1acca37715bf61a5fa494bb.zip
Merge branch 'stable-4.11' into stable-5.0
* stable-4.11: Prepare 4.11.8-SNAPSHOT builds JGit v4.11.7.201903122105-r 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: I04c70f66c6f1e53bdc199fb5b24c9136c9a8e4f7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r--org.eclipse.jgit/.settings/.api_filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters
index 089510ac51..e6a698d883 100644
--- a/org.eclipse.jgit/.settings/.api_filters
+++ b/org.eclipse.jgit/.settings/.api_filters
@@ -32,6 +32,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">

Back to the top