aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-14 01:30:34 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-14 01:35:09 +0200
commit9831804da870874e6c2e6b37a1ad5a3c47b691ea (patch)
tree88a781d80d06a0451b05bf29fde7c2264033ca05 /.gitmodules
downloadimportLDIF-9831804da870874e6c2e6b37a1ad5a3c47b691ea.tar.gz
Initial draft of the program.
LDIF data are loaded and parsed, but not inserted into the addressbook.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..2e19c11
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "libs/parseLDIF"]
+ path = libs/parseLDIF
+ url = https://github.com/mcepl/parseLDIF.git