Skip to content

Commit 2716178

Browse files
committed
Removed submodule any_data. Used stackoverflow answer for it
with commands: // Remove the submodule entry from .git/config git submodule deinit -f lib/any_data // Remove the submodule directory from the superproject's .git/modules directory //On windows use: del /s /f /q .git/modules/any_data rm -rf .git/modules/any_data // Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule git rm -f lib/any_data
1 parent 6d46d06 commit 2716178

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "any_data"]
2-
path = lib/any_data
3-
url = https://github.com/jgebal/any_data.git
4-
branch = master
51
[submodule "tools/ndocs"]
62
path = tools/ndocs
73
url = https://github.com/rlove/NaturalDocs.git

.travis/any_data_install.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

.travis/install_libraries.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
work_dir="$(dirname "$(readlink -f "$0")")"
44

5-
. ${work_dir}/any_data_install.sh

lib/any_data

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

0 commit comments

Comments
 (0)