The original patch adding manpage for /etc/gitweb.conf was sent by Drew Northup (as can be seen from shortlog); I have added manpage for gitweb itself, inspired by his patch. Unfortunately Drew doesn't currently have time to work on this patch (patch series), so that is why it is me resending this series (yet again). The difference with previous version [PATCHv5/RFC 0/6] Moving gitweb documentation to manpages http://thread.gmane.org/gmane.comp.version-control.git/183166 http://marc.info/?l=git&m=131809875619259&w=2 is that "Documentation: Preparation for gitweb manpages" (originally a first patch) got removed, and two main patches got improved. Other patches are unchanged from previous version. Pull request: ~~~~~~~~~~~~~ The following changes since commit 288396994f077eec7e7db0017838a5afbfbf81e3: Sync with maint (2011-10-15 20:59:50 -0700) are available in the git repository at: git://repo.or.cz/git/jnareb-git.git gitweb/doc Table of contents: ~~~~~~~~~~~~~~~~~~ [PATCHv6 1/5] gitweb: Add gitweb.conf(5) manpage for gitweb [PATCHv6 2/5] gitweb: Add gitweb(1) manpage for gitweb itself [PATCHv5 3/5] Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages [PATCHv5 4/5] Documentation: Add gitweb config variables to git-config(1) [PATCHv5 5/5] gitweb: Add gitweb manpages to 'gitweb' package in git.spec Shortlog: ~~~~~~~~~ Drew Northup (1): gitweb: Add gitweb.conf(5) manpage for gitweb configuration files Jakub Narebski (4): gitweb: Add gitweb(1) manpage for gitweb itself Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages Documentation: Add gitweb config variables to git-config(1) gitweb: Add gitweb manpages to 'gitweb' package in git.spec Diffstat: ~~~~~~~~~ Documentation/Makefile | 4 +- Documentation/config.txt | 17 + Documentation/git-instaweb.txt | 4 + Documentation/gitweb.conf.txt | 884 ++++++++++++++++++++++++++++++++++++++++ Documentation/gitweb.txt | 704 ++++++++++++++++++++++++++++++++ command-list.txt | 1 + git.spec.in | 7 + gitweb/INSTALL | 94 +---- gitweb/README | 411 +------------------ 9 files changed, 1648 insertions(+), 478 deletions(-) create mode 100644 Documentation/gitweb.conf.txt create mode 100644 Documentation/gitweb.txt -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html