From 85a920d1df167d48da89aaadb4679a60788f1225 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 29 Jun 2016 19:07:45 -0400 Subject: [PATCH] Re-add the scripts submodule, with a different internal name This will break existing clones when using git versions before 1.8.1, which do not support the --name option of "git submodule add", unless steps are taken to remove the old scripts submodules in .git/modules (see Compile.rst). --- .gitmodules | 3 +++ scripts | 1 + 2 files changed, 4 insertions(+) create mode 160000 scripts diff --git a/.gitmodules b/.gitmodules index 9f1b48395..687dae006 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "depends/clsocket"] path = depends/clsocket url = git://github.com/DFHack/clsocket.git +[submodule "scripts2"] + path = scripts + url = git://github.com/dfhack/scripts.git diff --git a/scripts b/scripts new file mode 160000 index 000000000..b67885c0c --- /dev/null +++ b/scripts @@ -0,0 +1 @@ +Subproject commit b67885c0c07931a402a3b642a4e2468f14782058