-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove timeout for VCS status output
This was promptoglyph's raison d'être, but modern Git has an "fsmonitor" feature that gets you _really_ fast repo status by using a daemon (like Watchman) to keep track of which files might have changed and need another stat(). This system also doesn't like if you murder `git status` while it's in the middle of doing its thing. With this feature gone, I should probably revisit zsh's `vcs_info` and see how it compares (both in output and performance) to this tool.
- Loading branch information
Showing
2 changed files
with
19 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ba7ae12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove --time-limit from --help output, it is confusing :]