git effort

Display how much activity a file has had, showing commits per file and "active days" i.e. total number of days that contributed to the file. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-effort.

git effort

git effort --above {{5}}

git effort -- --author="{{username}}"

git effort -- --since="{{last month}}"

git effort {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}

git effort {{path/to/directory/*}}