You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!!
The left pane of annotator always gives me:
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
The text was updated successfully, but these errors were encountered: