Displaying 1 result from an estimated 1 matches for "7b1a84418c2b".
2023 Mar 17
1
[V2V PATCH v3 5/6] v2v, in-place: introduce --block-driver command line option
...stfs-tools -
(And this diagram doesn't even show the libguestfs-common submodule,
which is shared by libguestfs, guestfs-tools and virt-v2v. If you want
to test common submodule changes, you need to play with superproject
patches like
diff --git a/.gitmodules b/.gitmodules
index 1343142128f6..7b1a84418c2b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
[submodule "common"]
path = common
- url = https://github.com/libguestfs/libguestfs-common
+ url = file:///home/lacos/src/v2v/libguestfs-common
+ branch = .
and commands like "git submodule sync&qu...