1
0
Fork 0

modules: updated

This commit is contained in:
Michel 2022-06-16 14:38:01 +02:00
parent 3794584e4f
commit 64fc6921b9
14 changed files with 16 additions and 16 deletions

@ -1 +1 @@
Subproject commit 40ee62ef9b415da647618b08d1b28d19180a22eb
Subproject commit 3ce448c9687ae96dea0caf4da388ecd8d9072f72

@ -1 +1 @@
Subproject commit 2d9f34c09f548ed4df213389caa2882bfe56db58
Subproject commit 226203be173bf0b95ee2a5cb6575ae604b3f9f7a

@ -1 +1 @@
Subproject commit 21b6ea4f7ec964502ec7462ceaaaf2b912355d24
Subproject commit 439c576a229769615fa1060cb8d14686c54a22c1

@ -1 +1 @@
Subproject commit d75d9591e415652b25d9e0a3669355550325263d
Subproject commit b3cfab2a6302b3b39f53d9fd2cd997e1127d7878

@ -1 +1 @@
Subproject commit 595ee332719f397c2441d85f79608113957cc78f
Subproject commit 4cc954f5cad7ebf6c20b652c6cd6966940752b5b

@ -1 +1 @@
Subproject commit 9857a874632d1b983a7f4b1c85e3d15990c8b101
Subproject commit bf3480dc9ae7bea34c78fbba4c65b4548b5b1fea

@ -1 +1 @@
Subproject commit f992923d336e93c7f50fe9b35a07d5a92660ecaf
Subproject commit efdc6475f7ea789346716dabf9900ac04ee8604a

@ -1 +1 @@
Subproject commit c0701f7a0e92b571198c65de40025e67aaaac64b
Subproject commit 6ae79e75a44ac3acb88f381ed52898c9f9e01d62

@ -1 +1 @@
Subproject commit 74bd5bf46a63b982b100466f9fd47d2d0597fcdd
Subproject commit 18511d389675d773994215ddb572ccdc2b72f52b

@ -1 +1 @@
Subproject commit 89bba25c96866662ca38c2428f73eb64b0351ba3
Subproject commit 4237c4647ec30215223d597f6172c8c46b8b239e

@ -1 +1 @@
Subproject commit 95a88836743699705b9d19cb6316a529956ac28a
Subproject commit f140b8c89b4f82a87770b5ad4973d34187e9357e

@ -1 +1 @@
Subproject commit 18d12985ea6cb7ede59755ff4fd0a9fa1e6bf835
Subproject commit ded11946c04aeab5526f869174044019ae9e3c32

@ -1 +1 @@
Subproject commit edffd9ee2cfafa3aba291f105a1d4f9f0e2d5701
Subproject commit 1d25e8e5dc4062e38cab1a461934ee5e9d59e5a8

6
vimrc
View File

@ -29,9 +29,9 @@
" git submodule update --init --recursive pack/*/opt
"
" To update submodules to latest origin commits
" git submodule foreach 'git fetch; echo -e "\n\n"'
" git submodule foreach 'LANG=C git status | ack "(up to date|behind)"; echo -e "\n\n"'
" git submodule foreach 'git merge FETCH_HEAD; echo -e "\n\n"'
" git submodule foreach 'git fetch; echo "\n\n"'
" git submodule foreach 'LANG=C git status | egrep --color=always "(up to date|behind)"; echo -n " "; git branch -r | grep HEAD; echo "\n\n"'
" git submodule foreach 'git merge FETCH_HEAD; echo "\n\n"'
" 2020-10: git checkout master / git merge origin/master
" To create all doc indexes