summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-21 12:09:19 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-02-22 15:57:35 +0100
commita41f9bcd53a2db9c7144b1e8613b287b1117abdc (patch)
tree1fdb8ffd692b58eebcb53703b907a0ea386cec1a /.gitmodules
parente206e1a6e1d93e53752d5258815c23bd805a96d9 (diff)
RFC: Use spice protocol as a submodule
Spice protocol contains only headers. We would like to be able to use a protocol update without having to wait for the release, a git submodule works well for this purpose.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f7de75d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "spice-protocol"]
+ path = spice-protocol
+ url = ../spice-protocol