This is a snapshot built from the head of JGit's stable-4.9 branch and
includes the following commits since the currently used version:
5fe8e31d4 Ensure DirectoryStream is closed promptly
d13918310 Retry stale file handles on .git/config file
185e53bce Fix ssh host name handling for Jsch
891103609 Jsch overrides the port in the URI with the one in ~/.ssh/config
3d6455331 Minor fixes in three error messages
bea3b4667 Revert handling of ssh IdentityFile to pre-4.9 behavior
279eaf069 Strings#convertGlob: fix escaping of patterns like [\[].
The one we're interested in is:
5fe8e31d4 Ensure DirectoryStream is closed promptly
which fixes a leak of file handles when running GC.
Bug: Issue 8915
Change-Id: I9571d9df7ee0df2bae788ef10442e2c9e28797e9