commands.sh

git fame

all

Pretty-print Git repository contributions.

More info →

Options (2)

-t, --bytypeboolean

Display contributions per file extension

Example: git fame {{[-t|--bytype]}}
-w, --ignore-whitespaceboolean

Ignore 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|tsv

Display contributions per file extension

git fame [-t|--bytype]

Ignore whitespace changes

git fame [-w|--ignore-whitespace]

Detect inter-file line moves and copies

Detect intra-file line moves and copies

made by @shridhargupta | data from tldr-pages