XPUB git hooks: Difference between revisions
(Created page with "==How to make a git hook?== (soon) ==Who can make a git hook?== A regular user cannot configure their git hooks, only the web hooks, even if they own the repos. A gitea adm...") |
No edit summary |
||
Line 1: | Line 1: | ||
==What is a git hook?== | |||
(soon) | |||
==How to make a git hook?== | ==How to make a git hook?== | ||
Revision as of 16:23, 8 September 2021
What is a git hook?
(soon)
How to make a git hook?
(soon)
Who can make a git hook?
A regular user cannot configure their git hooks, only the web hooks, even if they own the repos. A gitea admin must configure it for them (the tab does not even display for them). This does make sense from a security POV but could be confusing for future similar requests.