kowainik / hit-on

:octocat: Kowainik Git Workflow Helper Tool
https://kowainik.github.io/projects/hit-on
Mozilla Public License 2.0
77 stars 13 forks source link

[#110] Increase width for file names #140

Closed chshersh closed 4 years ago

chshersh commented 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.

Inspired by this answer: