Closed chshersh closed 4 years ago
Resolves #110
The solution is to increase the width for the git diff --stat command. But default this command limits file sizes by the value $COLUMNS environment variable which stores current terminal width. I believe 1000 is enough to limit for all use cases.
git diff --stat
$COLUMNS
Inspired by this answer:
Resolves #110
The solution is to increase the width for the
git diff --stat
command. But default this command limits file sizes by the value$COLUMNS
environment variable which stores current terminal width. I believe 1000 is enough to limit for all use cases.Inspired by this answer: