This commit is contained in:
Alex Yatskov 2021-06-05 21:08:37 -07:00
parent b119ef81c8
commit 51f4bb6ac6
18 changed files with 11 additions and 16 deletions

View File

@ -1,3 +0,0 @@
# Dotvim #
Your milage may vary on Windows.

View File

@ -1,3 +0,0 @@
@echo off
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update

View File

@ -1,3 +0,0 @@
#!/bin/sh
git submodule foreach git pull origin master
git submodule foreach --recursive git submodule update

@ -1 +1 @@
Subproject commit 1a74bf3c57fec8442f837b3baad0d6fb75d1b97a Subproject commit 06d950e547e8fa1a775399ae5eeb70603084b109

@ -1 +1 @@
Subproject commit 7e5aa1e2a5d7cdcafd22bd4e0180316f0aa9081b Subproject commit a74731d7f5abe874fb14766249a039408f2137b5

@ -1 +1 @@
Subproject commit a88311b222eb9f90fa9fa72292e61d15c6767866 Subproject commit e34f6c129d39b90db44df1107c8b7dfacfd18946

@ -1 +1 @@
Subproject commit 4a64fbfc4bdb2cf91b2b50ca3f41b852061d614e Subproject commit 82b1b2e87677b468a3b6140372839654d8c346e7

@ -1 +1 @@
Subproject commit c926aadfaf2cff0c684d305c8ff1a59378e7d7f5 Subproject commit f7f1413ed9b69eb80c8af07d38ebcc889ed64d96

@ -1 +1 @@
Subproject commit 92328dcface63223fc7b0a1a61377e4dcf942582 Subproject commit edd8c160e54c2861a617777192a48d0a64704192

@ -1 +1 @@
Subproject commit 730dcb02caab60a6ae5d8b4bdc16d290041061ec Subproject commit c312d30231f136d2fbb32a2cfea554af5066e6b0

2
upgrade.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
git submodule update --remote --merge

2
upgrade.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
git submodule update --remote --merge