Skip to content

alexander-rykhlitskiy/SublimeGitLogLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text plugin: GitLogLine

Shows log for selected line.

Install

Thanks to https://github.com/kemayo/sublime-text-git/wiki for documenting these steps originally.

First, you need to have git installed and in your $PATH. Afterwards you may need to restart Sublime Text 3 before the plugin will work.

Linux (Ubuntu like distros)

cd ~/.config/sublime-text-3/Packages/
git clone git@github.com:alexander-rykhlitskiy/SublimeGitLogLine.git GitLogLine

OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone git@github.com:alexander-rykhlitskiy/SublimeGitLogLine.git GitLogLine

Windows 7:

Copy the directory to: "C:\Users\<username>\AppData\Roaming\Sublime Text 3\Packages"

Windows XP:

Copy the directory to: "C:\Documents and Settings\<username>\Application Data\Sublime Text 3\Packages"

Usage

  • Bring up the Command Palette (Control+Shift+p on Linux/Windows, Command+Shift+p on OS X).
  • Select Git Log: current line

About

Sublime Text plugin: GitLogLine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages