From a4ad83c96c2bcaed2487ad5cd6fc39d6aed38f00 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 5 Dec 2019 01:56:31 +0100 Subject: [PATCH] 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 --- org.eclipse.jgit/.settings/.api_filters | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 org.eclipse.jgit/.settings/.api_filters diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters new file mode 100644 index 000000000..0022aae17 --- /dev/null +++ b/org.eclipse.jgit/.settings/.api_filters @@ -0,0 +1,12 @@ + + + + + + + + + + + +