Options (2)
-t, --bytypebooleanDisplay contributions per file extension
Example:
git fame {{[-t|--bytype]}}-w, --ignore-whitespacebooleanIgnore whitespace changes
Example:
git fame {{[-w|--ignore-whitespace]}}Examples (8)
Calculate contributions for the current Git repository
Exclude files/directories that match the specified `regex`
git fame --excl "regex"Calculate contributions made after the specified date
git fame --since "3 weeks ago|2021-05-13"Display contributions in the specified format
git fame --format pipe|yaml|json|csv|tsvDisplay contributions per file extension
git fame [-t|--bytype]Ignore whitespace changes
git fame [-w|--ignore-whitespace]Detect inter-file line moves and copies
git fame -CDetect intra-file line moves and copies
git fame -Mmade by @shridhargupta | data from tldr-pages