From 99e07a21d4b23b143ebeb41dcf87eb0f8d79ef30 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 1 Dec 2010 20:00:22 +0100 Subject: [PATCH] Add common submodule --- .gitmodules | 3 +++ common | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..a6b1edac4c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "common"] + path = common + url = git://anongit.freedesktop.org/gstreamer/common diff --git a/common b/common new file mode 160000 index 0000000000..011bcc8a0f --- /dev/null +++ b/common @@ -0,0 +1 @@ +Subproject commit 011bcc8a0fc7f798ee874a7ba899123fb2470e22