From a41f9bcd53a2db9c7144b1e8613b287b1117abdc Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 21 Feb 2012 12:09:19 +0100 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3