index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
cmd
/
hook.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2017-02-23 19:59:39 -0500
committer
Unknwon <u@gogs.io>
2017-02-27 22:47:12 -0500
commit
7fe13e72d8f8c0e61abbc4068ecb965347fe0331
(
patch
)
tree
240ae74094e03fd3f37f77013ef32bf0ab4d9520
/
cmd/hook.go
parent
87f0ce793da616dfea3280bf37174642b05e0ce5
(
diff
)
cmd: refactoring command name
Diffstat
(limited to 'cmd/hook.go')
-rw-r--r--
cmd/hook.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hook.go b/cmd/hook.go
index 32461745..fede8649 100644
--- a/
cmd/hook.go
+++ b/
cmd/hook.go
@@ -27,7 +27,7 @@ import (
)
var (
- CmdHook = cli.Command{
+ Hook = cli.Command{
Name: "hook",
Usage: "Delegate commands to corresponding Git hooks",
Description: "All sub-commands should only be called by Git",