Skip to content

JeckLabs/blame-reviewers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blame Reviewers

Small CLI tool for finding appropriate reviewers by searching authors of changed code in git blame.

Requirements

  • python >= 3.7
  • sh >= 1.12.13

Installation

pip3 install blame-reviewers

Usage

In the branch of your repo run:

➜ ~ git:(awesome-branch) blame-reviewers
Blaming src/filename.py 19,+10...
Blaming src/another_filename.py 1,+132...
Blaming src/and_one_more_file.py 69,+14...

  Birdie Weissnat      [email protected]    35.1093
   Alfreda Klocko       [email protected]    22.141
     Erwin Rempel         [email protected]    20.259
    Myah Schmeler        [email protected]    19.201
Frederik Schimmel    [email protected]    17.71
   Amalia Gleason       [email protected]     3.18
  Raymond Wuckert      [email protected]     3.9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages