Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Several issues with JGit

2. No pre-receive hook support
When pushing to remote over file:// or /path/to/repo, the pre-receive
hook won't be triggered, while using Git command line, this seems
working.

another missing feature

maybe you want to contribute it ?


I am working on pre-push hooks to support the lfs feature. Maybe that could help when contributing pre-receive. See http://dev.eclipse.org/mhonarc/lists/jgit-dev/msg02908.htmlhttps://git.eclipse.org/r/#/c/50372/. The pre-push hook has not yet been pushed to gerrit but I am expecting it to be published in the next days. 

 

Back to the top