diff options
author | hellekin <hellekin@cepheide.org> | 2012-10-12 07:14:29 -0300 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2012-10-12 07:14:29 -0300 |
commit | 9a4ed2014e9880130c1bbc52bb980e44a488bad9 (patch) | |
tree | 0e90ef0de977df7a4f84526c34ab94c5d6d51960 | |
parent | a46bb5857100fdc666b0b65571c48ee043403e4e (diff) | |
download | elgg-9a4ed2014e9880130c1bbc52bb980e44a488bad9.tar.gz elgg-9a4ed2014e9880130c1bbc52bb980e44a488bad9.tar.bz2 |
Add linkup submodule
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
l--------- | mod/linkup | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 28bdb3e53..c90f6b85b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ !/mod/htmlawed/ !/mod/invitefriends/ !/mod/likes/ +!/mod/linkup/ !/mod/logbrowser/ !/mod/logrotate/ !/mod/members/ diff --git a/.gitmodules b/.gitmodules index ab8301d0f..db7ad6d37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -145,3 +145,6 @@ [submodule "mod/email_revalidate"] path = mod/email_revalidate url = git://gitorious.org/lorea/email_revalidate.git +[submodule "mod/linkup"] + path = mod/linkup + url = git://gitorious.org/lorea/linkup.git diff --git a/mod/linkup b/mod/linkup new file mode 120000 index 000000000..d065cb261 --- /dev/null +++ b/mod/linkup @@ -0,0 +1 @@ +/home/hellekin/src/lorea/plugins/linkup
\ No newline at end of file |