]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added 3rdparty folder as a git submodule
authorChris Kankiewicz <Chris@ChrisKankiewicz.com>
Thu, 14 Mar 2013 17:21:37 +0000 (10:21 -0700)
committerChris Kankiewicz <Chris@ChrisKankiewicz.com>
Thu, 14 Mar 2013 17:21:37 +0000 (10:21 -0700)
.gitignore
.gitmodules [new file with mode: 0644]
3rdparty [new submodule]

index 40d6e6ca0fe0c3d38ee57cc4c4f7cff3116d4b1c..b0cc783123ce369916f63c93dac1f8e193df7cc9 100644 (file)
@@ -4,7 +4,6 @@ owncloud
 config/config.php
 config/mount.php
 apps/inc.php
-3rdparty
 
 # ignore all apps except core ones
 apps/*
diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..b9c1a37
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "3rdparty"]
+       path = 3rdparty
+       url = git://github.com/owncloud/3rdparty.git
diff --git a/3rdparty b/3rdparty
new file mode 160000 (submodule)
index 0000000..63cb284
--- /dev/null
+++ b/3rdparty
@@ -0,0 +1 @@
+Subproject commit 63cb2847921d668c2b48b572872cfddbcf41bea4