From c5d6b3f6e8fdbb9427c69a3bcb29fce9c0a5e6e4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 29 Apr 2021 10:53:32 +1000 Subject: Default branch is now main To update your local repository, use these commands $ git fetch origin $ git checkout master $ git branch -m main $ git branch --set-upstream-to=origin/main Signed-off-by: Peter Hutterer --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meson.build b/meson.build index b94f53d2..4fe9a282 100644 --- a/meson.build +++ b/meson.build @@ -950,3 +950,7 @@ configure_file(input : 'tools/libinput-quirks.man', ############ output files ############ configure_file(output : 'config.h', configuration : config_h) + +warning('*********************************************************************') +warning('This branch is no longer updated. Please switch to the "main" branch.') +warning('*********************************************************************') -- cgit v1.2.1