diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-04-09 12:26:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 23:26:48 -0500 |
commit | d906858847e0d345bc02f04b4037dfa80650889e (patch) | |
tree | 7632699bb22dd4f7e6b61113835e60ddf7aaf34d /custom/conf/app.example.ini | |
parent | 1dfa26e00e8e1ce6f6125335871da1d402a63466 (diff) | |
download | gitea-d906858847e0d345bc02f04b4037dfa80650889e.tar.gz gitea-d906858847e0d345bc02f04b4037dfa80650889e.zip |
Use "main" as default branch name (#19354)
* Use "main" as default branch name
* fix test code
Diffstat (limited to 'custom/conf/app.example.ini')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index df49851311..4b5c2b1022 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -879,7 +879,7 @@ PATH = ;DISABLE_STARS = false ;; ;; The default branch name of new repositories -;DEFAULT_BRANCH = master +;DEFAULT_BRANCH = main ;; ;; Allow adoption of unadopted repositories ;ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES = false |