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 (
10
10
"time"
11
11
)
12
12
13
- const _VERSION = "0.3.3 "
13
+ const _VERSION = "0.3.4 "
14
14
15
15
func Version () string {
16
16
return _VERSION
Original file line number Diff line number Diff line change @@ -14,26 +14,11 @@ import (
14
14
"github.com/Unknwon/com"
15
15
)
16
16
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.
18
18
var 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" ,
30
19
"pre-receive" ,
31
20
// "update",
32
21
"post-receive" ,
33
- "post-update" ,
34
- "push-to-checkout" ,
35
- "pre-auto-gc" ,
36
- "post-rewrite" ,
37
22
}
38
23
39
24
var (
You can’t perform that action at this time.
0 commit comments