From c6d4ddd552ee8c9ecda52e806bfe5d706baf307c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 21 Nov 2020 06:01:04 +0100 Subject: [PATCH] vcs: gitconfig: prevent planned change of the default branch name --- vcs/gitconfig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index aa0ef85..ce370a5 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -242,6 +242,8 @@ # Don't create .git/hooks with any sample hooks. Reduces the clutter # in new git repositories. templateDir = + # Keep the default branch name + defaultBranch = master # NON-GIT SETTINGS -- 2.43.2