st3-gitblame
st3-gitblame copied to clipboard
Show Git blame information while viewing a file in Sublime Text
Allow to display commit message and to customize which info to display You can now enable/disable: * author * date * time * message (by setting blame_all_message_max_len=0) Commit SHA1 is...

I am using WSL 2 with a Ubuntu installation. The code itself is in a folder in the wsl network drive. When I try to git blame, I get the...
* Sublime Text version: * 4123 * How did you install this package?: * Manually downloaded * Operating System and version: * macOS 12.6 * How did you install git...
There could be a new setting in this package called either `"auto_discover_ignorerevs_file"` (default `false`), or `"ignorerevs_file"` (default `""`). The latter would be more flexible since it's not guaranteed that such...
https://github.com/frou/st3-gitblame/blob/ba973acb1f75ef50849bdd19825e9476e59c4a35/src/base.py#L66-L69 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in ba973acb1f75ef50849bdd19825e9476e59c4a35. It's been assigned to @frou because they committed the code.
Maybe with a sanity check that there aren't too many (more than 10?) --- https://github.com/frou/st3-gitblame/blob/b687f1e0e767614e3a84b9a2a488bcc666618636/src/blame_inline.py#L43-L47 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `todo` comment in b687f1e0e767614e3a84b9a2a488bcc666618636....
Because of the layout of the package (single "plugin", `boot.py`, and the result of the code in `src/`) it's recommended to use https://packagecontrol.io/packages/AutomaticPackageReloader so that changes you make during development...
Hey, is there any chance to add different color for each commit and to reduce dataset to only name for example? Perhaps even mouse over line number could be great....