From 98b6d25fc20e1b28eb0df37d956d16e0f8d8586d Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 19 Aug 2017 16:57:02 +0200 Subject: [PATCH] I hope re-adding submodule after remove+commit+push+clean clone will work --- .gitmodules | 4 ++++ tests/Images/External | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/Images/External diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..e7972649f4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "tests/Images/External"] + path = tests/Images/External + url = https://github.com/SixLabors/Imagesharp.Tests.Images.git + branch = master diff --git a/tests/Images/External b/tests/Images/External new file mode 160000 index 0000000000..9ac60731a5 --- /dev/null +++ b/tests/Images/External @@ -0,0 +1 @@ +Subproject commit 9ac60731a5da104690453e104db84d6ed6971622