@securepaul git request-pull is itself just a shell script. It seems to be using 'git diff -M --stat --summary' for the diffstat -- and the git diff man page documents that it defaults to 80 columns when not outputting to a terminal; do you just need to pipe it through 'cat' to get the right width? Otherwise the man page also documents a diff.statGraphWidth= config option that you can pass like this: git -c diff.statGraphWidth=10 request-pull ...
=> More informations about this toot | View the thread | More toots from vegard@mastodon.social
=> View securepaul@fosstodon.org profile
text/gemini
This content has been proxied by September (3851b).