diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-21 12:09:19 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-02-22 15:57:35 +0100 |
commit | a41f9bcd53a2db9c7144b1e8613b287b1117abdc (patch) | |
tree | 1fdb8ffd692b58eebcb53703b907a0ea386cec1a /.gitmodules | |
parent | e206e1a6e1d93e53752d5258815c23bd805a96d9 (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-- | .gitmodules | 3 |
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 |