Git blame
Sublime text 3 - Git blame the line
Details
Installs
- Total 13K
- Win 2K
- OS X 7K
- Linux 4K
Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 11 | 6 | 6 | 6 | 12 | 1 | 1 | 8 | 9 | 11 | 10 | 9 | 4 | 2 | 8 | 13 | 7 | 11 | 6 | 1 | 4 | 2 | 10 | 5 | 10 | 7 | 3 | 0 | 10 | 7 | 9 | 12 | 7 | 7 | 1 | 3 | 6 | 5 | 6 | 8 | 1 | 1 | 5 | 7 | 10 |
OS X | 0 | 19 | 24 | 35 | 29 | 32 | 7 | 7 | 24 | 26 | 42 | 31 | 36 | 5 | 5 | 25 | 28 | 29 | 30 | 16 | 4 | 8 | 15 | 33 | 38 | 30 | 25 | 7 | 6 | 28 | 26 | 39 | 22 | 27 | 7 | 7 | 26 | 30 | 36 | 33 | 39 | 5 | 11 | 32 | 29 | 21 |
Linux | 0 | 13 | 13 | 17 | 15 | 10 | 3 | 6 | 14 | 12 | 21 | 18 | 17 | 6 | 8 | 6 | 13 | 19 | 21 | 9 | 4 | 3 | 8 | 18 | 21 | 13 | 23 | 11 | 6 | 13 | 21 | 12 | 24 | 15 | 2 | 7 | 9 | 10 | 10 | 21 | 17 | 5 | 5 | 17 | 18 | 14 |
Readme
- Source
- raw.githubusercontent.com
Git blame - Sublime text 3 plugin
Sublime text 3 - Git blame the line
Small plugin to parse git blame and add a view to show the user and datetime of the blame. You can click the sha to copy it or click the ✖ to close. Also, this package provides a command to see all the blame result of a file.
View on packagecontrol.io
Usage
Checking the results of git blame
for selected lines
CTRL + ALT + B (Q on linux)
Right click > Git blame
Checking the result of git blame
for the whole file
To show the git blame
result: Open the command pallette and select Git Blame Show All
.
To erase the git blame
result: Open the command pallette and select Git Blame Erase All
. Or, you can click the ✖ icon to erase it. Also, the result is automatically erased when you start to modify the file.