git-blame-pr 0.1.2

git blame with the PR number
Documentation
git-blame-pr
============

[![Badge Workflow](https://github.com/mitsu-ksgr/git-blame-pr/actions/workflows/rust.yml/badge.svg)](https://github.com/mitsu-ksgr/git-blame-pr/actions)

Rust implementation of [git-blame-pr.pl](https://gist.github.com/kazuho/eab551e5527cb465847d6b0796d64a39).

Displays the `git blame` output along with corresponding Pull Request numbers.


## Installation
```
% cargo install git-blame-pr
```


### Usage
```
$ git-blame-pr path/to/file
```


## License
[CC0-1.0](./LICENSE)