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

Changes sometimes are not highlighted in diff preview with diff.suppressBlankEmpty = true #541

Closed
Coacher opened this issue Jan 13, 2016 · 2 comments

Comments

@Coacher
Copy link
Contributor

Coacher commented Jan 13, 2016

Hello.

Subject says it all.

Here are the steps to reproduce this (on Linux):

$ git init
$ echo -e '\n\n123\n\n'>file.txt
$ git add file.txt
$ git commit file.txt -m 'Initial commit'
$ echo -e '\n\n456\n\n'>file.txt
$ git-cola

System info:
git is 2.7.0. git-cola is built from master at 1ed741e.

Please fix.

@davvid
Copy link
Member

davvid commented Jan 14, 2016

Nice catch, thanks for the report. This should be easy.

@davvid davvid closed this as completed in 775422e Jan 14, 2016
@Coacher
Copy link
Contributor Author

Coacher commented Jan 14, 2016

Thank you for the quick fix.

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