From: Jakub Narebski Date: Sun, 16 Oct 2011 11:07:33 +0000 (+0200) Subject: Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages X-Git-Tag: v1.7.8-rc0~10^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=86ce2d54825d169bbfbc30292de24889e5599113;p=git.git Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages Add link to gitweb(1) in "SEE ALSO" section of git-instaweb(1) manpage, and "Ancillary Commands" section of git(1) manpage (the latter by the way of command-list.txt file). Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-instaweb.txt b/Documentation/git-instaweb.txt index ea95c9046..f3eef510f 100644 --- a/Documentation/git-instaweb.txt +++ b/Documentation/git-instaweb.txt @@ -84,6 +84,10 @@ If the configuration variable 'instaweb.browser' is not set, 'web.browser' will be used instead if it is defined. See linkgit:git-web{litdd}browse[1] for more information about this. +SEE ALSO +-------- +linkgit:gitweb[1] + GIT --- Part of the linkgit:git[1] suite diff --git a/command-list.txt b/command-list.txt index 95bf18cf0..a36ee9b01 100644 --- a/command-list.txt +++ b/command-list.txt @@ -130,5 +130,6 @@ git-upload-pack synchelpers git-var plumbinginterrogators git-verify-pack plumbinginterrogators git-verify-tag ancillaryinterrogators +gitweb ancillaryinterrogators git-whatchanged ancillaryinterrogators git-write-tree plumbingmanipulators