summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-29 19:29:49 -0500
committerUnknwon <u@gogs.io>2016-02-29 19:29:49 -0500
commit9e89584cb4aa6321311dd291c364c5d956fcead1 (patch)
tree5712509c42d1f3f55970daa9a210b19b4c8cfc95 /cmd
parentea80274229bca259a64fed7eca181e4a82ff0676 (diff)
downloadgitea-9e89584cb4aa6321311dd291c364c5d956fcead1.tar.gz
gitea-9e89584cb4aa6321311dd291c364c5d956fcead1.zip
Allow setting git operations timeouts
- Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index c24d7906c5..4f49cadcd6 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -88,7 +88,7 @@ func checkVersion() {
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
{"gopkg.in/macaron.v1", macaron.Version, "0.8.0"},
- {"github.com/gogits/git-module", git.Version, "0.2.7"},
+ {"github.com/gogits/git-module", git.Version, "0.2.8"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.3"},
}
for _, c := range checkers {