Files
libguestfs/.gitmodules
Richard W.M. Jones 8f3210c875 Replace common/ with git submodule.
This directory contains code which is shared between libguestfs and
the tools.  It now points to a new repository:

https://github.com/libguestfs/libguestfs-common
2019-10-15 13:34:39 +01:00

7 lines
179 B
Plaintext

[submodule "gnulib"]
path = .gnulib
url = https://git.savannah.gnu.org/git/gnulib.git
[submodule "common"]
path = common
url = https://github.com/libguestfs/libguestfs-common