Skip to content

skrivvy/pyblame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyBlame

This program provides an interactive, visual wrapper for the Git blame command.

It allows you to browse the history of a file with line-by-line annotations about the last time each line was modified. Double- clicking on a line will show the version at the commit point the line was modified, and double-clicking again shows the version before it was modified.

To install, ensure that Python 2.7 and PyQt4 are installed on your system:

Mac:

$ brew install python2.7 pyqt

Linux:

$ sudo apt-get install python2.7 python-qt4

About

This program provides an interactive, visual wrapper for the Git blame command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages