summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-01-29 12:37:20 +0000
committerSimon McVittie <smcv@collabora.com>2018-01-29 12:37:20 +0000
commit80948a2ec2ed1a2b19f1287c99bff1e5bd5b1b67 (patch)
tree914363a005ecab9d82ac04f90d1dd43344f1f0a1
parent83de9ee526e6c844b0584defcf0b667e9b86f2d2 (diff)
Add a note on how to update dbus-gmain
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--doc/HACKING.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/HACKING.txt b/doc/HACKING.txt
index 0811156..c019198 100644
--- a/doc/HACKING.txt
+++ b/doc/HACKING.txt
@@ -20,6 +20,12 @@ Anonymous access
Committer access (requires freedesktop.org shell account)
``git clone git+ssh://git.freedesktop.org/git/dbus/dbus-python``
+dbus-gmain is maintained via `git subtree`. To update, assuming you have
+a checkout of the dbus-gmain branch of the dbus-glib repository in
+../dbus-gmain::
+
+ git subtree pull -P dbus-gmain ../dbus-gmain HEAD
+
Modules
=======