mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Merge pull request #676 from pre-commit/no_pager
Invoke `git diff` without a pager
This commit is contained in:
@@ -193,7 +193,7 @@ def _run_hooks(config, repo_hooks, args, environ):
|
||||
subprocess.call(('git', 'diff', '--quiet', '--no-ext-diff')) != 0
|
||||
):
|
||||
print('All changes made by hooks:')
|
||||
subprocess.call(('git', 'diff', '--no-ext-diff'))
|
||||
subprocess.call(('git', '--no-pager', 'diff', '--no-ext-diff'))
|
||||
return retval
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user