Commit 2ff3a3e
committed
fix(blame): lazily fetch full commit message
That way, we will not only get the summary line
contained in the blame, but fetch the full message.
This is more costly than the previous implementation
allowed it to be, but being less surprising/correct
certainly is the preferred behaviour here.
Fixes #4851 parent 0ed3cd7 commit 2ff3a3eCopy full SHA for 2ff3a3e
2 files changed
+3-5Lines changed: 3 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- git
- repo
- test
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
714 | 714 | |
715 | 715 | |
716 | 716 | |
717 | | - |
718 | | - |
| 717 | + |
719 | 718 | |
720 | 719 | |
721 | 720 | |
| ||
815 | 814 | |
816 | 815 | |
817 | 816 | |
818 | | - |
819 | | - |
| 817 | + |
820 | 818 | |
821 | 819 | |
822 | 820 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
307 | 307 | |
308 | 308 | |
309 | 309 | |
310 | | - |
| 310 | + |
311 | 311 | |
312 | 312 | |
313 | 313 | |
|
0 commit comments