1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-07 12:58:16 +08:00
Files
gitea/modules/label
Jason Song 090e753923 Reduce duplicate and useless code in options ()
Avoid maintaining two copies of code, some functions can be used with
both `bindata` and `no bindata`.

And removed `GetRepoInitFile`, it's useless now.
`Readme`/`Gitignore`/`License`/`Labels` will clean the name and use
custom files when available.
2023-03-08 17:31:27 +08:00
..