From 8d0fb9b3f225183fb3276a0e4ae1f8354a3519e8 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 2 Aug 2021 01:06:44 -0700 Subject: [PATCH] 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 Reviewed-by: Dave Airlie