#git bot interface
History of !commit_hooks
- It would be a huge security risk if git allowed you to commit hooks. You have to manually add them to the server. Third-party Git hosting sites (github, bitbucket...) usually don't allow custom hooks, you can only have them send HTTP POST requests to a custom URL to get notified of events. For client-side hooks, we recommend including them in the repo along with a script users can run to set them up.
By jast at 2018-01-19 08:42:47
- It would be a huge security risk if git allowed you to commit hooks. You have to manually add them to the server. Third-party Git hosting sites (github, bitbucket...) usually don't allow custom hooks, you can only have them send HTTP POST requests to a custom URL to get notified of events.
By jast at 2018-01-19 08:42:11
- It would be a huge security risk if git would allow you to commit hooks. You have to manually add them to the server. 3rd-party git hosting (github, bitbucket..) don't allow you to add custom hooks.
By ikke at 2014-02-27 10:20:07