Commit 86a644a
committed
fix(blame): abbreviate commits to 7 characters
Conventionally, Git commits in hexadecimal are abbreviated to
7 characters (or more if necessary).
By matching this, we can more easily identify matching commits at
a glance between the gitsigns blame output and other tools that print
abbreviated commit hashes.
Additionally, we save a character, making the output (marginally) easier
to fit.1 parent db486b4 commit 86a644a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments