-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Blame information is invalid when a file has unsaved changes #36
Comments
@SailorMax Thanks for the report -- there are some definitely issues here and will get them fixed up! |
- Status bar blame information will hide - CodeLens change to a `Cannot determine...` message and become unclickable - Many menu choices and commands will hide Fixes #36 - Blame information is invalid when a file has unsaved changes Fixed #38 - Toggle Blame Annotation button shows even when it isn't valid Preps v2.9.0
@eamodio Same problem still exist if file was modified by external editor. VSCode catch modifications, but GitLens - not. |
@SailorMax can you open a separate issue for that? Also please provide the steps to reproduce it. Thanks! |
Implement show merge commits option gitkraken#28
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
GitLens ignore new line shifts in modified file.
Steps:
line 1 by user A
line 2 by user B
line 3 by user C
Expected:
line 1 by user A
line 2 (empty) has no user
line 3 by user B
line 4 by user C
Actual:
line 1 by user A
line 2 (empty) by user B
line 3 by user C
line 4 has no user
The text was updated successfully, but these errors were encountered: