Handle globbing
[blame.git] / README.md
CommitLineData
237c6423
JC
1# Blame
2
3A shell script to see who should _really_ own a file in your `git` project.
4
5## Usage
6
b5c3548c 7`blame [file ...]`
7401f582
JC
8
9## Installation
10
11Try `make install`, maybe run `sudo make install` if you're trusting and disinclined to see what's being run.
12
13Use `make uninstall` to go the other way around.