diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:29:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:29:58 -0200 |
commit | e2a7381938bdf3a2433e07dc7b46271bb2d91ad4 (patch) | |
tree | 27abbdfd0901572cd7c99987b23e0805fb90310d | |
parent | 914ae0c4a5b128969ec672abd7164a71c5a38788 (diff) | |
download | dotfiles-e2a7381938bdf3a2433e07dc7b46271bb2d91ad4.tar.gz dotfiles-e2a7381938bdf3a2433e07dc7b46271bb2d91ad4.tar.bz2 |
Adding git module
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | modules/git | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7df793c..bb3c10e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "modules/debian"] path = modules/debian url = git://git.sarava.org/rhatto/dotfiles/debian.git +[submodule "modules/git"] + path = modules/git + url = git://git.sarava.org/rhatto/dotfiles/git.git diff --git a/modules/git b/modules/git new file mode 160000 +Subproject e9307eecfdab34b4616a0641e5d421768805551 |