GitHub user kokes opened a pull request:
https://github.com/apache/zeppelin/pull/2658
[ZEPPELIN-3042] updating jgit to support post-commit hooks
### What is this PR for?
Git functionality in Zeppelin is provided by `jgit`, but it's fixed to an
old version. A newer version of said library supports new things, primarily
post-commit hooks.
### What type of PR is it?
Improvement
### Todos
* [ ] - CI ([mine still running](https://travis-ci.org/kokes/zeppelin))
### What is the Jira issue?
[ZEPPELIN-3042](https://issues.apache.org/jira/browse/ZEPPELIN-3042)
### Questions:
* Does the licenses files need update? -- Yes, only because the license
file notes the exact version of included libraries. `jgit` hasn't changed,
license-wise, so it's only a matter of updating the version information
* Is there breaking changes for older versions? -- nope
* Does this needs documentation? -- possibly, to let people know they get
use post-commit hooks now?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kokes/zeppelin jgit-update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2658.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2658
----
commit a4fc8162df4588970dc179263504e144bde98487
Author: Ondrej Kokes <[email protected]>
Date: 2017-11-08T15:07:17Z
[ZEPPELIN-3042] newer jgit supports post-commit hooks
commit a2cde16e4a942a574857865b38ede5792c9d3a98
Author: Ondrej Kokes <[email protected]>
Date: 2017-11-08T15:08:21Z
[ZEPPELIN-3042] newer jgit supports post-commit hooks
----
---