1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 06:04:27 +01:00
gitea/routers/repo
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
2015-02-17 10:36:17 +02:00
..
branch.go
commit.go
download.go
http.go routers/repo/http.go: allow HTTP push/pull by token for #845 2015-02-07 15:47:23 -05:00
issue.go
pull.go
release.go
repo.go
setting.go Remove GoGet option from repository and handle it with ?go-get=1 instead 2015-02-17 10:36:17 +02:00
view.go