GitCommitMsg
GitCommitMsg copied to clipboard
Sublime Text plugin "git_commit_msg plugin": shows the git commit history for one or more lines of code.
It would be useful if I could see all previous commits on a particular line. My particular case is a whitespace change has produced a commit which has overwritten a...
Looking at the screenshot provided, it looks like we can a the full history for a line of text but when I try it, I only see the last commit...
I use the git sublime plugin in conjunction with this plugin, the problem is when I try 'git commit' into sublime's command palette then the command for getting the commit...
Sometimes I need to go a step further and not just see the history for a certain line, but also the diff of a commit in that history, to get...
Use https://github.com/twolfson/sublime-plugin-tests/
The `new_file.insert` method was misusing the `edit` parameter. Instead we can invoke a command to append text in the newly created window. **Context:** The edit parameter is not for new_file...
No error message in the console either, a new tab is opened but it remains empty. Not sure actually which version broke this package, but it's one of the newer...
Nice Work!!!