Skip to content

Commit

Permalink
git-send-email: fix syntax (tldr-pages#3953)
Browse files Browse the repository at this point in the history
  • Loading branch information
alison-li authored and sbrl committed Aug 21, 2020
1 parent 88bee96 commit 46aadb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/common/git-send-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Send a collection of patches as emails.
> Patches can be specified as files, directions, or a revision list.
> More information: https://git-scm.com/docs/git-send-email
> More information: <https://git-scm.com/docs/git-send-email>.
- Send the last commit in the current branch:

Expand All @@ -18,8 +18,8 @@

- Send an extra mail before the patch mail(s) (e.g. an introduction to the patch set as a cover letter) and edit the mail(s) to be sent:

`git send-email -{{number of commits} --cover-letter --annotate
`git send-email -{{number of commits} --cover-letter --annotate`

- Send the last commit in the current branch with the patch version (e.g. 2) indicated in the subject header (to appear as [PATCH v2]):

`git send-email -v2 -1`
`git send-email -v2 -1`

0 comments on commit 46aadb7

Please sign in to comment.