From 46aadb784af2d5252e55431616a99e9b5764a283 Mon Sep 17 00:00:00 2001 From: Alison Li Date: Fri, 14 Aug 2020 17:20:57 -0700 Subject: [PATCH] git-send-email: fix syntax (#3953) --- pages/common/git-send-email.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/git-send-email.md b/pages/common/git-send-email.md index be0a25f259b1d..ee59c17228c36 100644 --- a/pages/common/git-send-email.md +++ b/pages/common/git-send-email.md @@ -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: . - Send the last commit in the current branch: @@ -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` \ No newline at end of file +`git send-email -v2 -1`