Upgrade JGit to 4.4.1.201607150455-r.144-gb67df51

This snapshot includes the following changes since the previous:

b67df51 CLI: implement option -d for deleting tags
34673f0 Added a clean command.
d52bf2e Add specific exception for LFS unavailable
ac85672 Add Javadoc for LFS exception messages
3100662 ReceivePack: integrate push option parsing into recvCommands
2fd4559 ReceivePack: simplify getPushOptions
8e00a31 ReceivePack: allow push options to be set

Change-Id: I266d9663e32bd854a55c14ef8f7c2b427bf2c842
This commit is contained in:
David Pursehouse
2016-08-31 11:44:37 +09:00
parent 3947d8090b
commit 527fc388dd
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = '0ec3fc4d662b23791a30a75823d429ac2b2e0034',
sha1 = 'a48e93266eb4a7a04a1767d6a16d2f0acf11402a',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],