0.3.0 • Published 8 years ago

recursive-blame v0.3.0

Weekly downloads
96
License
MIT
Repository
github
Last release
8 years ago

Recursive blame for Git

Recursively blame files, filtered by patterns.

Support this project by donating on Gratipay.

About

I often need to trace a blame through many revisions to figure out when a specific change was introduced. This is painful using git or GitHub, especially if the file was renamed at some point. recursive-blame makes tracing through history dead simple.

Installation

npm install -g recursive-blame

Usage

recursive-blame <pattern> <path>

OR:

git recursive-blame <pattern> <path>

See usage.txt for full usage documenation.

License

Copyright Scott González. Released under the terms of the MIT license.


Support this project by donating on Gratipay.

0.3.0

8 years ago

0.2.1

9 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago