libdrm: NOTE! Default branch is now mainmaster
commit8d0fb9b3f225183fb3276a0e4ae1f8354a3519e8
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 2 Aug 2021 08:06:44 +0000 (2 01:06 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Mon, 2 Aug 2021 22:31:26 +0000 (2 15:31 -0700)
treed18f4118660b4053728583c438496eef390114b4
parent149b99fe54edd8a7a2459e8d36c2d47c1cfd4db8
libdrm: NOTE! Default branch is now main

To update your local repository to use the new default branch, these
commands may help:

$ git fetch origin
$ git checkout master
$ git branch -m main
$ git branch --set-upstream-to=origin/main
$ git remote set-head origin --auto

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>