Alex Ott created ZEPPELIN-4304: ---------------------------------- Summary: Allow to override useNativeGit property of the gitcommitid plugin Key: ZEPPELIN-4304 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4304 Project: Zeppelin Issue Type: Improvement Affects Versions: 0.9.0 Reporter: Alex Ott
the git commit id plugin exposes the {{useNativeGit}} property to control, if it should use JGit ({{false}}), or native Git executable. Right now, Zeppelin project explicitly set it to {{false}}, enforcing the JGit implementation. The problem is that JGit doesn't work with {{git worktree}} checkouts that are very handy to work with the several trees in parallel. It would be nice to expose property that could be overridden from the command-line, without modification of the {{pom.xml}}. -- This message was sent by Atlassian JIRA (v7.6.14#76016)