From c4849127420e6bc2a6014157061adf543455ddd7 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 29 2021 01:19:18 +0000 Subject: pagure: Set default branch for new projects to be "main" As part of being an inclusive community, we want to try to avoid problematic terminology that may implicitly make people feel unwelcome. The Git upstream project is in the process of migrating the default branch name from "master" to "main", and there's no reason for us to not be ahead of the curve here, so let's set this. --- diff --git a/salt/profile/pagure/files/pagure.cfg b/salt/profile/pagure/files/pagure.cfg index 200079a..fcb359c 100644 --- a/salt/profile/pagure/files/pagure.cfg +++ b/salt/profile/pagure/files/pagure.cfg @@ -171,6 +171,10 @@ SSH_KEYS = { # Optional configuration +### Default branch for new projects +# Used to set the default branch when the user does not specify +GIT_DEFAULT_BRANCH = "main" + ### Number of items displayed per page # Used when listing items ITEM_PER_PAGE = 50