Merge pull request #409 from samsaggace/master

Fix file stashing with external diff tool
This commit is contained in:
Anthony Sottile 2016-09-09 10:56:47 -04:00 committed by GitHub
commit 4b90faab27

View file

@ -23,7 +23,7 @@ def staged_files_only(cmd_runner):
retcode, diff_stdout_binary, _ = cmd_runner.run( retcode, diff_stdout_binary, _ = cmd_runner.run(
[ [
'git', 'diff', '--ignore-submodules', '--binary', '--exit-code', 'git', 'diff', '--ignore-submodules', '--binary', '--exit-code',
'--no-color', '--no-color', '--no-ext-diff',
], ],
retcode=None, retcode=None,
encoding=None, encoding=None,