summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-12-05 01:56:31 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2019-12-05 01:56:31 +0100
commita4ad83c96c2bcaed2487ad5cd6fc39d6aed38f00 (patch)
tree334089dc42fe3255d5f52d96a0aea9077caa34c5 /org.eclipse.jgit
parent1cb37e89d20cf31c9ae1dbc64c76cf20fa3aa713 (diff)
downloadjgit-a4ad83c96c2bcaed2487ad5cd6fc39d6aed38f00.tar.gz
jgit-a4ad83c96c2bcaed2487ad5cd6fc39d6aed38f00.zip
Suppress API error for RefDatabase.hasFastTipsWithSha1()
This method was added in stable-5.6 after 5.6 RC1 was tagged. It's shown as an API error when using 5.6.0 RC1 as the API baseline for master. This suppression can be removed when 5.6 is released which will serve as the API baseline for 5.7. Change-Id: Ic6359fe59ed2d2a9431583b0854ec86bbac76880 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/.settings/.api_filters12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters
new file mode 100644
index 0000000000..0022aae179
--- /dev/null
+++ b/org.eclipse.jgit/.settings/.api_filters
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.jgit" version="2">
+ <resource path="src/org/eclipse/jgit/lib/RefDatabase.java" type="org.eclipse.jgit.lib.RefDatabase">
+ <filter id="1141899266">
+ <message_arguments>
+ <message_argument value="5.6"/>
+ <message_argument value="5.7"/>
+ <message_argument value="hasFastTipsWithSha1()"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>