Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Speedup vcs master #1048

Merged
merged 7 commits into from
Nov 5, 2018
Merged

Conversation

dritter
Copy link
Member

@dritter dritter commented Nov 3, 2018

This is a backport from the latest speed improvements from next as requested in #1045 (comment)

instead of determine the git dir manually.
Now the untracked files are detected via `git ls-files`, which is
much faster than `git status`. Additionally, we flipped the default
for checking submodules. They are now NOT checked by default, as most
users probably do not use git submodules.
@bhilburn
Copy link
Member

bhilburn commented Nov 5, 2018

Thanks so much, @dritter! Very happy to get this into master for users that are waiting for the v0.7.0 release on the stable branch =). Excellent work!

@bhilburn bhilburn merged commit 23f0a1d into Powerlevel9k:master Nov 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants