>From 9c128bc4b9b85385b7b98ceae0c89283d70e5d45 Mon Sep 17 00:00:00 2001 From: Andy Parkins <andyparkins@xxxxxxxxx> Date: Fri, 20 Oct 2006 14:25:48 +0100 Subject: [PATCH] Remove git-send-email references from documentation To: git@xxxxxxxxxxxxxxx MIME-Version: 1.0 X-TUID: 17b00343571b31b8 X-UID: 99 X-Length: 1933 Content-Type: Multipart/Mixed; boundary="Boundary-00=_c5MOFrK5Yix34S1" Message-Id: <200610201425.48598.andyparkins@xxxxxxxxx> This is a multi-part message in MIME format. --Boundary-00=_c5MOFrK5Yix34S1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline git-send-email doesn't exist; so don't refer to it in the documentation. Perhaps git-send-email.perl is meant to do this job? It runs with an error. Signed-off-by: Andy Parkins <andyparkins@xxxxxxxxx> --- Documentation/git-format-patch.txt | 2 +- Documentation/git.txt | 3 --- 2 files changed, 1 insertions(+), 4 deletions(-) --Boundary-00=_c5MOFrK5Yix34S1 Content-Type: text/x-patch; name="9c128bc4b9b85385b7b98ceae0c89283d70e5d45.diff" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="9c128bc4b9b85385b7b98ceae0c89283d70e5d45.diff" diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 67425dc..9257030 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -112,7 +112,7 @@ git-format-patch -M -B origin:: See Also -------- -gitlink:git-am[1], gitlink:git-send-email[1] +gitlink:git-am[1] Author diff --git a/Documentation/git.txt b/Documentation/git.txt index 3af6fc6..1f60d3f 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -478,9 +478,6 @@ gitlink:git-request-pull[1]:: gitlink:git-rev-parse[1]:: Pick out and massage parameters. -gitlink:git-send-email[1]:: - Send patch e-mails out of "format-patch --mbox" output. - gitlink:git-symbolic-ref[1]:: Read and modify symbolic refs. --Boundary-00=_c5MOFrK5Yix34S1-- - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html