diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-02-24 14:12:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-02-24 14:12:51 +0100 |
commit | 50596479647f4c7a6acaead7b75e583c70e5cc56 (patch) | |
tree | e8ea06b28743124f7d972e4d43a92dd099ce84ca /.gitmodules | |
parent | 170d827e642de4980049c2ea71ebcf1852e29c9c (diff) | |
download | yamlish-50596479647f4c7a6acaead7b75e583c70e5cc56.tar.gz |
Replace Data-YAML unpacked checkout with true submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a514517..f8ab3c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "yamlish.js"] path = yamlish.js url = git://github.com/isaacs/yamlish.git +[submodule "Data--YAML"] + path = Data--YAML + url = git://github.com/AndyA/Data--YAML.git |