summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitmodules20
1 files changed, 17 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 589db77..069d432 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,6 +10,9 @@
[submodule "anzu"]
path = lib/anzu
url = git@github.com:syohex/emacs-anzu.git
+[submodule "apiwrap"]
+ path = lib/apiwrap
+ url = git@github.com:vermiculus/apiwrap.el.git
[submodule "async"]
path = lib/async
url = git@github.com:jwiegley/emacs-async.git
@@ -94,6 +97,10 @@
[submodule "ghub"]
path = lib/ghub
url = git@github.com:magit/ghub.git
+[submodule "ghub+"]
+ path = lib/ghub+
+ url = git@github.com:vermiculus/ghub-plus.git
+ remote = aminb git@github.com:aminb/ghub-plus.git
[submodule "git-modes"]
path = lib/git-modes
url = git@github.com:magit/git-modes.git
@@ -154,6 +161,13 @@
[submodule "magit-popup"]
path = lib/magit-popup
url = git@github.com:magit/magit-popup.git
+[submodule "magithub"]
+ path = lib/magithub
+ url = git@github.com:vermiculus/magithub.git
+ # magithub creates a `dir' info-related file, which makes git
+ # think the submodule is dirty. so, let's ignore the untracked
+ # files of this submodule
+ ignore = untracked
[submodule "markdown-mode"]
path = lib/markdown-mode
url = git@github.com:jrblevin/markdown-mode.git
@@ -163,9 +177,9 @@
[submodule "mmm-mode"]
path = lib/mmm-mode
url = git@github.com:purcell/mmm-mode.git
- # mmm-mode creates a `dir' dash info file, which makes git think
- # that the submodule is dirty. so, let's ignore the untracked
- # files of dash's submodule
+ # mmm-mode creates a `dir' info-related file, which makes git
+ # think the submodule is dirty. so, let's ignore the untracked
+ # files of this submodule
ignore = untracked
[submodule "mwim"]
path = lib/mwim