mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Use "main" as default branch name (#19354)
* Use "main" as default branch name * fix test code
This commit is contained in:
parent
1dfa26e00e
commit
d906858847
5 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue