diff options
author | 2016-07-19 17:05:01 -0700 | |
---|---|---|
committer | 2016-07-19 17:05:01 -0700 | |
commit | 513358426254cdb5ff024633bf1b624e8ec2bfc2 (patch) | |
tree | 5fe9b328f0f1cd3d6cb00712a7ec19bbee48dd67 /.gitmodules | |
download | githooks-513358426254cdb5ff024633bf1b624e8ec2bfc2.tar.gz githooks-513358426254cdb5ff024633bf1b624e8ec2bfc2.tar.bz2 githooks-513358426254cdb5ff024633bf1b624e8ec2bfc2.zip |
Initial commit.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4be85ce --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "git-gx86-tools"] + path = git-gx86-tools + url = git+ssh://git@github.com/gentoo/git-gx86-tools.git +[submodule "notify-webhook"] + path = notify-webhook + url = git+ssh://git@github.com/metajack/notify-webhook/ |