1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 15:35:26 +02:00
tldr/pages/common/git-fame.md
Nelson Figueroa 53c8c7169a
git-*: update Korean translations (#16654)
Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
2025-05-29 12:38:16 +03:00

36 lines
766 B
Markdown

# git fame
> Pretty-print Git repository contributions.
> More information: <https://manned.org/git-fame>.
- Calculate contributions for the current Git repository:
`git fame`
- Exclude files/directories that match the specified regular expression:
`git fame --excl "{{regular_expression}}"`
- 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:
`git fame -C`
- Detect intra-file line moves and copies:
`git fame -M`