-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This implements idea "3" from here: - wincent/command-t#393 (comment) > we may also want to swallow `stderr` so it doesn't leak back in any > visible way (ie. that would mean changing a call to `git ...` into > `git ... 2> /dev/null` etc). The only catch is that this may make > trouble-shooting harder (users could edit out or change the redirect, > I guess). So, yeah. This is a double-edged sword, but in the next commit I am planning on dulling at least one of those edges by implementing a fallback behavior for each of these scanners.
- Loading branch information
1 parent
fccc5d3
commit 17ef765
Showing
3 changed files
with
3 additions
and
1 deletion.
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
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