Skip to content
Snippets Groups Projects
Commit 421ecc94 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

Fix very slow update when large submodule

Until now, vimagit relied on `git submodule status` to get the list of
submodule. As we just want a list of the submodule, and not their
status, this is oversized.

Having linux as a submodule, `git submodule status` can take more than 10
seconds.

This new method is very fast.
parent 94762b13
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment