Add cross-references between docs for for-each-ref and show-ref

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>
This commit is contained in:
Michael Haggerty 2014-01-22 12:23:20 +01:00 committed by Junio C Hamano
parent d9bb4be53b
commit f21e1c5d36
2 changed files with 5 additions and 0 deletions

View 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

View 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]