Git Blame Command Generator

Generate a custom git blame command with ease.

Specify the path to the file you want to blame.
Displays the email address of the author.
Shows the full commit hash instead of an abbreviated version.
Limit blame output to specific line numbers (e.g., 10,20).
Detects lines copied from other files.
Detects moved lines within the same file.
Choose the format for date output.
Follows renames of files to blame lines across renames.
Does not treat root commits as boundaries.
Outputs diff format for each line.
Ignore changes made in a specific revision.
Specify a file containing a list of revisions to ignore.
Generated Command
git blame