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

Add option to use git blame -w (ignore whitespace) #15

Closed
momoking opened this issue Dec 14, 2017 · 2 comments
Closed

Add option to use git blame -w (ignore whitespace) #15

momoking opened this issue Dec 14, 2017 · 2 comments

Comments

@momoking
Copy link

The left pane of annotator always gives me:

Commit: 0000000000000000000000000000000000000000
Author: Not Committed Yet

If I execute git blame, it shows the same thing. (So it's not a plugin issue).

If I execute git blame -w, then it shows the correct commit history. This is because I'm working on a Windows machine (CRLF), and the code on repo is on Linux (LF). (The -w option ignores the whitespace)

Could you provide an option in plugin to use git blame -w?

Thank you

@ryu1kn
Copy link
Owner

ryu1kn commented Dec 14, 2017

Hi @momoking , thank you for suggesting an improvement and checking git blame behaviours on both console and annotator! That makes my job a lot easier!!

Yes, your use case should be definitely covered 👍

@ryu1kn
Copy link
Owner

ryu1kn commented Dec 16, 2017

Released as v0.11.0! 👍

@ryu1kn ryu1kn closed this as completed Dec 16, 2017
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