]> git.ipfire.org Git - thirdparty/elfutils.git/commit
The default branch is now 'main'
authorMark Wielaard <mark@klomp.org>
Fri, 3 Nov 2023 14:05:57 +0000 (15:05 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 3 Nov 2023 14:07:09 +0000 (15:07 +0100)
commite9d1bf6b11b1ae42a52e4a7f015ff067a618379e
tree4f653695e7bce752b96adb6928e14bdbf221de32
parentfb232b56ca4dc37a70fd4e581a0fc2c56dda5e0a
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 <mark@klomp.org>
CONTRIBUTING