1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#3505 use user’s info for committer and author

This commit is contained in:
Unknwon
2016-08-27 13:37:55 -07:00
parent 13c106af77
commit c30b856d14
10 changed files with 29 additions and 20 deletions

View File

@@ -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, "1.1.7"},
{"github.com/gogits/git-module", git.Version, "0.3.8"},
{"github.com/gogits/git-module", git.Version, "0.4.0"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"},
}
for _, c := range checkers {