]> source.dussan.org Git - gitea.git/commit
More expansions in template repositories (#10021)
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>
Tue, 28 Jan 2020 13:57:15 +0000 (07:57 -0600)
committerzeripath <art27@cantab.net>
Tue, 28 Jan 2020 13:57:15 +0000 (13:57 +0000)
commit28216bde46a8cf415755ca41f3d58843eeb45e7c
treea07282f9c102d0c4605094eeeb497453aa0dc36f
parent206a031b38a766d0ce89ae94a304f7d418ccdafb
More expansions in template repositories (#10021)

* Super expansion
* Explain which features are in 1.11 vs 1.12
* Move imports

Signed-off-by: jolheiser <john.olheiser@gmail.com>
19 files changed:
docs/content/doc/features/gitea-directory.md [deleted file]
docs/content/doc/usage/template-repositories.md [new file with mode: 0644]
go.mod
go.sum
modules/repository/generate.go
vendor/github.com/huandu/xstrings/.gitignore [new file with mode: 0644]
vendor/github.com/huandu/xstrings/.travis.yml [new file with mode: 0644]
vendor/github.com/huandu/xstrings/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/huandu/xstrings/LICENSE [new file with mode: 0644]
vendor/github.com/huandu/xstrings/README.md [new file with mode: 0644]
vendor/github.com/huandu/xstrings/common.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/convert.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/count.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/doc.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/format.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/go.mod [new file with mode: 0644]
vendor/github.com/huandu/xstrings/manipulate.go [new file with mode: 0644]
vendor/github.com/huandu/xstrings/translate.go [new file with mode: 0644]
vendor/modules.txt