File tree 3 files changed +3
-3
lines changed
docs/content/doc/advanced 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -879,7 +879,7 @@ PATH =
879
879
; DISABLE_STARS = false
880
880
; ;
881
881
; ; The default branch name of new repositories
882
- ; DEFAULT_BRANCH = master
882
+ ; DEFAULT_BRANCH = main
883
883
; ;
884
884
; ; Allow adoption of unadopted repositories
885
885
; ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES = false
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
75
75
- ` PREFIX_ARCHIVE_FILES ` : ** true** : Prefix archive files by placing them in a directory named after the repository.
76
76
- ` DISABLE_MIGRATIONS ` : ** false** : Disable migrating feature.
77
77
- ` DISABLE_STARS ` : ** false** : Disable stars feature.
78
- - ` DEFAULT_BRANCH ` : ** master ** : Default branch name of all repositories.
78
+ - ` DEFAULT_BRANCH ` : ** main ** : Default branch name of all repositories.
79
79
- ` ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES ` : ** false** : Allow non-admin users to adopt unadopted repositories
80
80
- ` ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES ` : ** false** : Allow non-admin users to delete unadopted repositories
81
81
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ var (
154
154
PrefixArchiveFiles : true ,
155
155
DisableMigrations : false ,
156
156
DisableStars : false ,
157
- DefaultBranch : "master " ,
157
+ DefaultBranch : "main " ,
158
158
159
159
// Repository editor settings
160
160
Editor : struct {
You can’t perform that action at this time.
0 commit comments