git whoknows [<options>] <path>
Describes who is likely familiar with a file
-L <lines>
- Specifically for a set of lines, can be specified multiple times--no-table/table
- Format output as an ascii table or comma-delimited--weight=<commits>,<lines>,<latest>,<earliest>
- Custom weightings for different metrics```
git whoknows src/main.rs name, email, score, commits, lines, latest, earliest Jayson Messenger, jmessenger@gmail.com, 12, 4, 10, 2020-04-10, 2019-02-01 John Smith, jsmith@gmail.com, 10, 2, 12, 2019-01-01, 2019-01-01 ```