Skip to content

Commit

Permalink
add git-word-blame (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdamien authored and stevemao committed May 6, 2019
1 parent 14f48dd commit 67a4a0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Git Ink](#git-ink)
- [Recursive Blame](#recursive-blame)
- [Git Hyper Blame](#hyper-blame)
- [Git Word Blame](#git-word-blame)
- [Git Fire](#git-fire)
- [Git Town](#git-town)
- [Git blame-someone-else](#git-blame-someone-else)
Expand Down Expand Up @@ -1480,6 +1481,22 @@ c6eb3bfa (lorem 2014-08-11 23:15:57 +0000 5) NOSTRUD EXERCITATION ULLAMCO LABOR
```


## [git-word-blame](https://framagit.org/mdamien/git-word-blame)


```
$ git word-blame README.md
results in /tmp/word-blame-output/
- author_stats.tsv
- commit_stats.tsv
- word-blame-by-commit.html
- word-blame-by-author.html
- text-output
```

![git word-blame on this README](https://user-images.githubusercontent.com/1469823/57202569-0247eb00-6fa7-11e9-8549-f55d81299fab.png)



## [git-fire](https://github.com/qw3rtman/git-fire)

Expand Down

0 comments on commit 67a4a0c

Please sign in to comment.