Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In diff-view, don't shorten numstats unnecessarily #109

Closed
wsakernel opened this issue Dec 9, 2012 · 3 comments
Closed

In diff-view, don't shorten numstats unnecessarily #109

wsakernel opened this issue Dec 9, 2012 · 3 comments

Comments

@wsakernel
Copy link

diff_open() uses "--patch-with-stat" which implies "--stat" which cuts the num-stats down to 80 chars. This cuts down filenames in most of the cases, which I find hard to work with since my terminals easily have 200+ chars, so I am missing needed information although the space is there. I'd love to see diff_open use something like "-p --stat=my_current_terminal_width" instead of "--patch-with-stat".

jonas added a commit that referenced this issue Feb 19, 2013
@jonas
Copy link
Owner

jonas commented Feb 19, 2013

So now there's a prototype, but I am not sure I see how much information it adds.

jonas added a commit that referenced this issue Apr 30, 2013
@jonas jonas closed this as completed in a7eb305 Apr 30, 2013
@jonas
Copy link
Owner

jonas commented Aug 4, 2013

As pointed out by @eMPee584 this breaks resizing so it will have to be reverted for now.

@jonas jonas reopened this Aug 4, 2013
@jonas jonas closed this as completed in 1eaf34b Aug 4, 2013
@eMPee584
Copy link

eMPee584 commented Aug 5, 2013

Delightful - fixes dynamic resizing and creates abundant happiness throughout the cli realm ×)
Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants