Upgrade JGit to 4.4.1.201607150455-r.105-g81ba2be

This snapshot includes the following changes in LfsProtocolServlet
that are needed by the LFS plugin:

- Allow getLargeFileRepository to raise exceptions
- Allow access to objects in request
- Reuse existing Writer when sending error response

Change-Id: Ic1bba1d7387b1f5a9d6121e750208a9d2a1dae2f
This commit is contained in:
David Pursehouse
2016-08-10 11:52:29 +09:00
parent 824f55dcbf
commit 944917c23f
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = '28afcb0bbd14e85a60b452a54fbdb06f7bf5aaf3',
sha1 = 'b4565ee84a6e1d0952010282b9fcf705ac6171a7',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,