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

Binary file colorizing in diff stat output needs improvement #17

Closed
mbsulliv opened this issue Sep 23, 2011 · 0 comments
Closed

Binary file colorizing in diff stat output needs improvement #17

mbsulliv opened this issue Sep 23, 2011 · 0 comments

Comments

@mbsulliv
Copy link

Binary file lines in diff stat output such as:

dir/dir/dir/file | Bin 10 -> 20 bytes

should be colorized as follows:

  • "dir/dir/dir/file": color diff-stat
  • " | Bin ": color default
  • "10": color diff-del
  • "20": color diff-add
  • " bytes": color default

The use of diff-del and diff-add coloring comes from looking at the "git diff" output so it makes sense to apply it to tig as well.

I built from d59840e which is the HEAD on master at the moment.

jonas pushed a commit that referenced this issue Nov 21, 2011
Reported-by: Michael Sullivan
@jonas jonas closed this as completed Nov 21, 2011
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

2 participants