jaspernbrouwer / powerline-gitstatus

A Powerline segment for showing the status of a Git working copy
MIT License
383 stars 52 forks source link

Allow disabling display of untracked files and stashes to speed up prompt #17

Open arichardson opened 7 years ago

arichardson commented 7 years ago

Computing the untracked files can take a long time (multiple seconds) and I don't want to wait for my prompt that long. I've added a new config option to disable display of untracked files.

jcharaoui commented 5 years ago

Thanks for the PR. This does seem to me like a useful feature, but do you think it would make sense to enable it per-repository instead of globally? I would think most users who could use it don't only work with very large repositories?