Forrest logo
back to context overview

git-fame

List of commands for git-fame:

  • git-fame:tldr:09f86 git-fame: Display contributions in the specified format.
    $ git fame --format ${select}
    try on your machine
    explain this command
  • git-fame:tldr:17038 git-fame: Calculate contributions for the current Git repository.
    $ git fame
    try on your machine
    explain this command
  • git-fame:tldr:6b7b7 git-fame: Display contributions per file extension.
    $ git fame --bytype
    try on your machine
    explain this command
  • git-fame:tldr:7ee2e git-fame: Ignore whitespace changes.
    $ git fame --ignore-whitespace
    try on your machine
    explain this command
  • git-fame:tldr:81a36 git-fame: Calculate contributions made after the specified date.
    $ git fame --since "${select}"
    try on your machine
    explain this command
  • git-fame:tldr:86407 git-fame: Exclude files/directories that match the specified regular expression.
    $ git fame --excl "${regular_expression}"
    try on your machine
    explain this command
  • git-fame:tldr:e904d git-fame: Detect intra-file line moves and copies.
    $ git fame -M
    try on your machine
    explain this command
  • git-fame:tldr:f51fd git-fame: Detect inter-file line moves and copies.
    $ git fame -C
    try on your machine
    explain this command
back to context overview