Git Commit Msg
Sublime Text插件"git_commit_msg插件":显示代码中一行或多行代码的git提交历史。
详细信息
安装次数
- 总计 7K
- Win 2K
- Mac 3K
- Linux 2K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
README
Sublime Text插件:GitCommitMsg
显示一行或多行代码的git提交历史。基本上,它会在选定的代码行上执行git blame
,然后对生成的提交执行git show
。
受“每一行代码都有文档”的启发
使用方法
- 支持Sublime Text 2和Sublime Text 3
- Mac: 默认快捷键是Command+Shift+m
- Linux/Windows: 默认快捷键是Alt+Shift+m
- 假设已经安装了
git
并包含在$PATH
中
示例
从Package Control安装
安装此插件最简单的方法是使用Package Control。
- 唤出命令面板(在OS X上为Command+Shift+p,在Linux/Windows上为Control+Shift+p)。
- 选择“Package Control: Install Package”
- 当出现列表时选择GitCommitMsg。
手动安装
如果您无法使用上述Package Control步骤,或者插件尚未出现在Package Control中,请使用此方法。感谢https://github.com/kemayo/sublime-text-git/wiki最初记录这些步骤。
首先,您需要在您的系统上安装git
并将其添加到$PATH
。之后,您可能需要重启Sublime Text 2才能使插件生效。
OSX
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone git://github.com/cbumgard/GitCommitMsg.git GitCommitMsg
Linux(类似于Ubuntu的发行版)
$ cd ~/.config/sublime-text-2/Packages/
$ git clone git://github.com/cbumgard/GitCommitMsg.git GitCommitMsg
Windows 7
Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages"
Windows XP
Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages"