This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
gitea
Watch
1
Star
0
Fork
0
You've already forked gitea
mirror of
https://github.com/go-gitea/gitea.git
synced
2026-07-11 12:46:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66863ab7704c96efbbc19059d037c63e37fcd2fa
gitea
/
modules
/
setting
History
Lunny Xiao
063fa99159
when git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (
#7047
)
2019-05-26 17:50:06 +08:00
..
cache.go
…
cors.go
Handle CORS requests (
#6289
)
2019-05-13 11:38:53 -04:00
cron.go
…
git.go
when git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (
#7047
)
2019-05-26 17:50:06 +08:00
indexer.go
…
log.go
Stop colorizing files by default (
#6949
)
2019-05-15 22:37:06 +01:00
mailer.go
…
markup.go
…
repository.go
Remove local clones & make hooks run on merge/edit/upload (
#6672
)
2019-05-11 11:29:17 -04:00
service.go
Allow Recaptcha service url to be configured (
#6820
)
2019-05-02 16:09:39 +03:00
session.go
…
setting.go
Refactor models.NewRepoContext to extract git related codes to modules/git (
#6941
)
2019-05-15 09:57:00 +08:00
webhook.go
…