Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottgonzalez/recursive-blame
Recursive blame for Git
https://github.com/scottgonzalez/recursive-blame
Last synced: 2 months ago
JSON representation
Recursive blame for Git
- Host: GitHub
- URL: https://github.com/scottgonzalez/recursive-blame
- Owner: scottgonzalez
- License: mit
- Created: 2013-10-15T11:08:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T22:01:01.000Z (almost 9 years ago)
- Last Synced: 2024-09-30T12:36:30.469Z (4 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 69
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Recursive blame for Git
Recursively blame files, filtered by patterns.
Support this project by [donating on Gratipay](https://gratipay.com/scottgonzalez/).
## 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
```sh
npm install -g recursive-blame
```## Usage
```sh
recursive-blame
```OR:
```sh
git recursive-blame
```See [usage.txt](/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](https://gratipay.com/scottgonzalez/).