summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-02-17 15:18:26 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-02-17 15:21:51 +0000
commit3e602df96d256c506eab5766da16966a854de2a7 (patch)
tree112e7d05c837c3afb70eabd42a5e931a1c0a8d60 /README.rst
parent649905fc906a3768c3d77a13e2d86f1753d51ec2 (diff)
downloadgobject-introspection-3e602df96d256c506eab5766da16966a854de2a7.tar.gz
Rename the main development branch
The main development branch of GObject Introspection is now called "main", following the change in GLib and GTK.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f146131b..26b66f9b 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,21 @@ roundtrip tests (GIR -> typelib -> GIR).
Helping out
-----------
-The introspection framework needs a lot more work, see TODO.
+The introspection framework needs a lot more work, see the ``TODO`` file.
+
+Default branch renamed to ``main``
+----------------------------------
+
+The default development branch of GObject Introspection has been renamed
+to ``main``. To update your local checkout, use::
+
+ git checkout master
+ git branch -m master main
+ git fetch
+ git branch --unset-upstream
+ git branch -u origin/main
+ git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
+
Homepage
--------