I am trying to setup pre-commit hook which we have customized to our requirement . It is working fine in git bash but it is unable to pick up the hook from eclipse . How can I integrate or configure so the pre-commit hook gets invoked.
Asked
Active
Viewed 2,372 times
4
-
1are you using the eclipse plugin? What version of eclipse ? If you are using egit this might help : http://stackoverflow.com/questions/6232026/egit-hooks-do-not-get-triggered – Som Bhattacharyya Mar 30 '16 at 12:59
-
i am using Eclipse 4.2 along with egit plugin. – sandeep kumar Mar 31 '16 at 10:01
-
is it still not supported with egit ? – sandeep kumar Mar 31 '16 at 10:02
-
Well it looked like resolved here : https://git.eclipse.org/r/#/c/40506/ Its says resolved on JGit. You may want to check using JGit . – Som Bhattacharyya Mar 31 '16 at 10:06
-
We are using JGit , but still its not being invoked – sandeep kumar Apr 04 '16 at 08:34
-
This question is answered in the following link: [Same Question](http://stackoverflow.com/questions/32440968/hook-is-not-working-eclipse-egit-client) – Farouq Salem Nov 22 '16 at 10:23