Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 1a5640f

Browse files
committed
Remove (hopefully) unused submodules
1 parent cf7745c commit 1a5640f

File tree

5 files changed

+16
-21
lines changed

5 files changed

+16
-21
lines changed

.gitmodules

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
# To remove a submodule you need to:
2+
#
3+
# Delete the relevant section from the .gitmodules file.
4+
# Stage the .gitmodules changes git add .gitmodules
5+
# Delete the relevant section from .git/config.
6+
# Run git rm --cached path_to_submodule (no trailing slash).
7+
# Run rm -rf .git/modules/path_to_submodule
8+
# Commit git commit -m "Removed submodule <name>"
9+
# Delete the now untracked submodule files
10+
# rm -rf path_to_submodule
11+
12+
113
[submodule "submodules/HaRe"]
214
path = submodules/HaRe
315
# url = https://github.com/bubba/HaRe.git
416
url = https://github.com/alanz/HaRe.git
517

18+
[submodule "submodules/brittany"]
19+
path = submodules/brittany
20+
url = https://github.com/lspitzner/brittany.git
21+
622
[submodule "submodules/cabal-helper"]
723
path = submodules/cabal-helper
824
# url = https://github.com/arbor/cabal-helper.git
@@ -16,20 +32,3 @@
1632
url = https://github.com/alanz/ghc-mod.git
1733

1834

19-
[submodule "submodules/yi-rope"]
20-
path = submodules/yi-rope
21-
url = https://github.com/yi-editor/yi-rope.git
22-
23-
[submodule "submodules/haskell-lsp"]
24-
path = submodules/haskell-lsp
25-
url = https://github.com/alanz/haskell-lsp.git
26-
27-
[submodule "submodules/brittany"]
28-
path = submodules/brittany
29-
url = https://github.com/lspitzner/brittany.git
30-
[submodule "submodules/apply-refact"]
31-
path = submodules/apply-refact
32-
url = https://github.com/alanz/apply-refact.git
33-
[submodule "submodules/lsp-test"]
34-
path = submodules/lsp-test
35-
url = https://github.com/alanz/lsp-test.git

submodules/apply-refact

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/haskell-lsp

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/lsp-test

Lines changed: 0 additions & 1 deletion
This file was deleted.

submodules/yi-rope

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)