LinuxCommandLibrary

git-fame

Pretty-print Git repository contributions.

TLDR

Calculate contributions for the current Git repository

$ git fame
copy


Exclude files/directories that match the specified regular expression
$ git fame --excl "[regular_expression]"
copy


Calculate contributions made after the specified date
$ git fame --since "[3 weeks ago|2021-05-13]"
copy


Display contributions in the specified format
$ git fame --format [pipe|yaml|json|csv|tsv]
copy


Display contributions per file extension
$ git fame --bytype
copy


Ignore whitespace changes
$ git fame --ignore-whitespace
copy


Detect inter-file line moves and copies
$ git fame -C
copy


Detect intra-file line moves and copies
$ git fame -M
copy

Copied to clipboard