This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#2122
from nanoant/patch/add-pre-receive-hook
Allow pre-receive hook customization
for-closed-social
Unknwon
9 years ago
parent
14080dd61d
3df5dcc1dc
commit
fde9c69679
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/git/hooks.go
+ 1
- 0
modules/git/hooks.go
View File
@ -27,6 +27,7 @@ var hookNames = []string{
"post-checkout"
,
"post-merge"
,
"pre-push"
,
"pre-receive"
,
// "update",
"post-receive"
,
"post-update"
,
Write
Preview
Loading…
Cancel
Save