sublime-GitConflictResolver
sublime-GitConflictResolver copied to clipboard
Fix error invoking git which happens on all of my Windows systems.
Trying to invoke git always throws the following error to my console:
OSError: [WinError 6] The handle is invalid
Populating stdin/stderr with subprocess.PIPE fixes the problem. I think this is the following Python bug:
https://bugs.python.org/issue3905