Pretend to be Linus

This commit is contained in:
Linus Torvalds 2016-02-05 20:06:41 -08:00
parent 3e383efcb1
commit e5cfe4bb21

View file

@ -1,5 +1,7 @@
# git-blame-someone-else # git-blame-someone-else
> "I love git-blame-someone-else!!" -Linus Torvalds[^linus]
## Install ## Install
```bash ```bash
@ -19,3 +21,5 @@ $ git blame-someone-else <author> <commit>
## Disclaimer: ## Disclaimer:
This changes not only who authored the commit but the listed commiter as well. It also is something I wrote as a joke, so please don't run this against your production repo and complain if this script deletes everything. This changes not only who authored the commit but the listed commiter as well. It also is something I wrote as a joke, so please don't run this against your production repo and complain if this script deletes everything.
[^linus]: Linus Torvalds didn't really approve of this. It's a joke to prove it works.