From: Mark Wielaard Date: Fri, 3 Nov 2023 14:05:57 +0000 (+0100) Subject: The default branch is now 'main' X-Git-Tag: elfutils-0.190~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9d1bf6b11b1ae42a52e4a7f015ff067a618379e;p=thirdparty%2Felfutils.git The default branch is now 'main' Updated the HEAD symbolic reference. Updated gitsigure checkref. Updated hooks/post-receive irkerhook Updated buildbot elfutils_[snapshots_]scheduler and elfutils_gitpoller If you still have a checkout that refers to master and you do a git pull you might get: Your configuration specifies to merge with the ref 'refs/heads/master' from the remote, but no such ref was fetched. Make sure to rename your branch to main and set the new upstream: $ git branch -m master main $ git branch --unset-upstream $ git branch -u origin/main Signed-off-by: Mark Wielaard --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 4b6fac209..5614728e2 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -127,7 +127,7 @@ mailinglist that the patch has been pushed. committers may also create git branches starting with /... patches on these branches are works in progress, so might not be perfect yet, but should follow the above guidelines as much as possible and should -be aimed at integration into master. For merging a branch into master +be aimed at integration into main. For merging a branch into main the same process as above should be followed by posting the patches to the list first.