diff options
author | Jakub Narebski <jnareb@gmail.com> | 2011-10-16 13:07:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-16 11:09:35 -0700 |
commit | 86ce2d54825d169bbfbc30292de24889e5599113 (patch) | |
tree | e351c1ae59e0e569232cf32a9183efb33d8119c4 /command-list.txt | |
parent | 07ea4df2780663aa851b7f7177d09ab63d1441bb (diff) | |
download | git-86ce2d54825d169bbfbc30292de24889e5599113.tar.gz |
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 <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index 95bf18cf06..a36ee9b015 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 |