diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-11-22 23:06:50 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-11-22 23:07:01 +0100 |
commit | 5f79ef0ba495dbcf03eb4923ae7ce039fc8ab4ec (patch) | |
tree | 360ab0538388336bc59e30f276590eb9693edfc9 /org.eclipse.jgit.lfs.server | |
parent | 53becf1f59437c3295622c7203db470afad5b8d4 (diff) | |
parent | 182d3b3dadeb729ac3c5a7c1b653f30506f38d8e (diff) | |
download | jgit-5f79ef0ba495dbcf03eb4923ae7ce039fc8ab4ec.tar.gz jgit-5f79ef0ba495dbcf03eb4923ae7ce039fc8ab4ec.zip |
Merge branch 'stable-4.6' into stable-4.7
* stable-4.6:
Silence boxing warning
Prepare 4.5.5-SNAPSHOT builds
JGit v4.5.4.201711221230-r
Fix LockFile semantics when running on NFS
Honor trustFolderStats also when reading packed-refs
Prepare 4.5.4-SNAPSHOT builds
JGit v4.5.3.201708160445-r
Change-Id: I8f6bc09540727c6273d22775a9f9ca382a729c9b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server')
-rw-r--r-- | org.eclipse.jgit.lfs.server/.settings/.api_filters | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jgit.lfs.server/.settings/.api_filters b/org.eclipse.jgit.lfs.server/.settings/.api_filters deleted file mode 100644 index b5f65e1e76..0000000000 --- a/org.eclipse.jgit.lfs.server/.settings/.api_filters +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<component id="org.eclipse.jgit.lfs.server" version="2"> - <resource path="src/org/eclipse/jgit/lfs/server/LfsProtocolServlet.java" type="org.eclipse.jgit.lfs.server.LfsProtocolServlet"> - <filter comment="breaking API for implementors is ok in minor releases" id="336695337"> - <message_arguments> - <message_argument value="org.eclipse.jgit.lfs.server.LfsProtocolServlet"/> - <message_argument value="getLargeFileRepository(LfsProtocolServlet.LfsRequest, String, String)"/> - </message_arguments> - </filter> - </resource> -</component> |