File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "time"
1111)
1212
13- const _VERSION = "0.3.3 "
13+ const _VERSION = "0.3.4 "
1414
1515func Version () string {
1616 return _VERSION
Original file line number Diff line number Diff line change @@ -14,26 +14,11 @@ import (
1414 "github.com/Unknwon/com"
1515)
1616
17- // hookNames is a list of Git hooks' name that are supported.
17+ // hookNames is a list of Git server hooks' name that are supported.
1818var hookNames = []string {
19- "applypatch-msg" ,
20- "pre-applypatch" ,
21- "post-applypatch" ,
22- "pre-commit" ,
23- "prepare-commit-msg" ,
24- "commit-msg" ,
25- "post-commit" ,
26- "pre-rebase" ,
27- "post-checkout" ,
28- "post-merge" ,
29- "pre-push" ,
3019 "pre-receive" ,
3120 // "update",
3221 "post-receive" ,
33- "post-update" ,
34- "push-to-checkout" ,
35- "pre-auto-gc" ,
36- "post-rewrite" ,
3722}
3823
3924var (
You can’t perform that action at this time.
0 commit comments