]> Pileus Git - ~andy/git/commitdiff
Add cross-references between docs for for-each-ref and show-ref
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 22 Jan 2014 11:23:20 +0000 (12:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2014 20:08:39 +0000 (12:08 -0800)
Add cross-references between the manpages for git-for-each-ref(1) and
git-show-ref(1).

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt
Documentation/git-show-ref.txt

index 94f5c465da008cc8ed009c5b1e1c2b262612b380..d639abe17a0e948c3e8a7f06e3f4f42c2e69193e 100644 (file)
@@ -227,6 +227,10 @@ Documentation
 -------------
 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
 
+SEE ALSO
+--------
+linkgit:git-show-ref[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
index b0a309b117bd12170ccd9194d1cf5083d5675365..ffd1b03a9c0ee583effe6200fbabd327e7ac60f6 100644 (file)
@@ -175,6 +175,7 @@ FILES
 
 SEE ALSO
 --------
+linkgit:git-for-each-ref[1],
 linkgit:git-ls-remote[1],
 linkgit:git-update-ref[1],
 linkgit:gitrepository-layout[5]