logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Extract Git Mailinfo - Analyze Email Patches | Online Free DevTools by Hexmos

Extract email patches and authorship information with Git Mailinfo. Analyze git patches from emails, remove whitespace, and filter body content. Free online tool, no registration required.

git-mailinfo

Extract patch and authorship information from a single email message. More information: https://git-scm.com/docs/git-mailinfo.

  • Extract the patch and author data from an email message:

git mailinfo {{message|patch}}

  • Extract but remove leading and trailing whitespace:

git mailinfo -k {{message|patch}}

  • Remove everything from the body before a scissors line (e.g. “–>* –”) and retrieve the message or patch:

git mailinfo --scissors {{message|patch}}

See Also