Forrest logo
back to context overview

git-mailinfo

List of commands for git-mailinfo:

  • git-mailinfo:tldr:2d8b9 git-mailinfo: Remove everything from the body before a scissors line (e.g. "-->* --") and retrieve the message or patch.
    $ git mailinfo --scissors ${select}
    try on your machine
    explain this command
  • git-mailinfo:tldr:35d8a git-mailinfo: Extract the patch and author data from an email message.
    $ git mailinfo ${select}
    try on your machine
    explain this command
  • git-mailinfo:tldr:728d2 git-mailinfo: Extract but remove leading and trailing whitespace.
    $ git mailinfo -k ${select}
    try on your machine
    explain this command
back to context overview