diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-01-30 08:44:50 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-01-30 08:44:50 +0100 |
commit | d9255c8e47d4cc4340499de2b75336bf381803a3 (patch) | |
tree | a695fc13601912ed1be486413d050753141529b6 /.gitmodules | |
parent | 42b9175bfd7179037ef4989cec0c4550811d19e0 (diff) |
Add common submodule and use pre-commit client-side hook
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..a6b1eda --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "common"] + path = common + url = git://anongit.freedesktop.org/gstreamer/common |