[PATCH] manpages: linking all mail-related commands
From: Humberto Diogenes <hidden>
Date: 2016-06-15 22:44:04
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: humberto <redacted> --- Documentation/git-am.txt | 6 ++++-- Documentation/git-apply.txt | 4 ++++ Documentation/git-format-patch.txt | 7 ++++--- Documentation/git-imap-send.txt | 5 +++++ Documentation/git-send-email.txt | 6 ++++++ 5 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index e4a6b3a..fd00fc1 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt@@ -144,8 +144,10 @@ names. SEE ALSO -------- -gitlink:git-apply[1]. - +gitlink:git-apply[1], +gitlink:git-format-patch[1], +gitlink:git-imap-send[1], +gitlink:git-send-email[1] Author ------
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index c1c54bf..53fa937 100644
--- a/Documentation/git-apply.txt
+++ b/Documentation/git-apply.txt@@ -189,6 +189,10 @@ If --index is not specified, then the submodule commits in the patch are ignored and only the absence of presence of the corresponding subdirectory is checked and (if possible) updated. +See Also +-------- +gitlink:git-am[1] + Author ------ Written by Linus Torvalds <torvalds@osdl.org>
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index f0617ef..0221b6d 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt@@ -184,10 +184,11 @@ git-format-patch -3:: Extract three topmost commits from the current branch and format them as e-mailable patches. -See Also +SEE ALSO -------- -gitlink:git-am[1], gitlink:git-send-email[1] - +gitlink:git-am[1], +gitlink:git-imap-send[1], +gitlink:git-send-email[1] Author ------
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index eca9e9c..8397dcb 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt@@ -48,6 +48,11 @@ BUGS ---- Doesn't handle lines starting with "From " in the message body. +SEE ALSO +-------- +gitlink:git-am[1], +gitlink:git-format-patch[1], +gitlink:git-send-email[1] Author ------
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 16bfd7b..9214596 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt@@ -143,6 +143,12 @@ sendemail.chainreplyto:: sendemail.smtpserver:: Default smtp server to use. +SEE ALSO +-------- +gitlink:git-am[1], +gitlink:git-format-patch[1], +gitlink:git-imap-send[1] + Author ------ Written by Ryan Anderson <ryan@michonline.com>
--
1.5.3.6