Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit2ff3a3e
committed
fix(blame): lazily fetch full commit message
That way, we will not only get the summary linecontained in the blame, but fetch the full message.This is more costly than the previous implementationallowed it to be, but being less surprising/correctcertainly is the preferred behaviour here.Fixes#4851 parent0ed3cd7 commit2ff3a3e
2 files changed
+3
-5
lines changedLines 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 |
| |
|
Lines 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
Comments
(0)