
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 machineexplain this command
-
git-mailinfo:tldr:35d8a git-mailinfo: Extract the patch and author data from an email message.$ git mailinfo ${select}try on your machineexplain this command
-
git-mailinfo:tldr:728d2 git-mailinfo: Extract but remove leading and trailing whitespace.$ git mailinfo -k ${select}try on your machineexplain this command