st3-gitblame icon indicating copy to clipboard operation
st3-gitblame copied to clipboard

Show Git blame information while viewing a file in Sublime Text

Results 8 st3-gitblame issues
Sort by recently updated
recently updated
newest added

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...

![Screenshot 2019-04-20 at 19 37 12](https://user-images.githubusercontent.com/172663/56461026-fbfd2080-63a3-11e9-8411-0a3f4131d525.png)

bug

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...

enhancement

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.

todo :spiral_notepad:

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....

todo :spiral_notepad:

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...

todo :spiral_notepad: