mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 16:26:04 +02:00
git-mailinfo: add page (#5939)
* git-mailinfo: add page * improve example * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/common/git-mailinfo.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
parent
1071206477
commit
1c6098b19a
1 changed files with 16 additions and 0 deletions
16
pages/common/git-mailinfo.md
Normal file
16
pages/common/git-mailinfo.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue