From 37ac8c34212237079b1381e012600a0d806184a4 Mon Sep 17 00:00:00 2001 From: tyru Date: Sat, 10 Nov 2018 13:45:41 +0900 Subject: [PATCH] fix: add gitlink of 'docs' .gitmodules has 'docs' entry, but no gitlink is committed in this repository. So volt (more specifically, go-git library) results in the error. https://github.com/vim-volt/volt/issues/260 --- docs | 1 + 1 file changed, 1 insertion(+) create mode 160000 docs diff --git a/docs b/docs new file mode 160000 index 0000000..ff5a094 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +Subproject commit ff5a094cc821051de0eea9b51fd8c90356d2c712