1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 11:31:26 +02:00
gitea/routers
mrsdizzie d056bf300f Clean up ref name rules (#6437)
* Clean up ref name rules

Clean up checks on reference names to better conform to the guideline
here: https://git-scm.com/docs/git-check-ref-format

This fixes half of #6321

* Update branch create integration test

According to: https://git-scm.com/docs/git-check-ref-format

And: git check-ref-format "master/feature=test1"

This is a valid branch name and we should not be testing for it to fail.
2019-03-26 21:59:48 +02:00
..
admin Include more variables on admin/config page (#6378) 2019-03-19 18:40:13 -04:00
api/v1 Fix Hook & HookList in Swagger (#6432) 2019-03-26 21:41:17 +02:00
dev
org Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
private
repo Clean up ref name rules (#6437) 2019-03-26 21:59:48 +02:00
routes Implement Default Webhooks (#4299) 2019-03-18 22:33:20 -04:00
user Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go