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 (again). Compared to previous version "[PATCH/RFCv4 0/4] Moving gitweb documentation to manpages" http://thread.gmane.org/gmane.comp.version-control.git/181605 it has much improved gitweb.conf.txt manpage, and "Documentation: Preparation for gitweb manpages" commit message, thanks to feedback provided by Jonathan Nieder. New in this series are patches 4 and 5, which add links to the newly created gitweb documentation and gitweb config variables from other manpages, respectively. Note that only "Documentation: Preparation for gitweb manpages" (which is not strictly necessary) and "gitweb: Add manpage for gitweb" (which didn't get as much review as "gitweb: Add manpage for gitweb configuration files" are still marked as RFC. I have checked that RPM generation of 'gitweb' package works correctly wrt. gitweb documentation. Table of contents: ~~~~~~~~~~~~~~~~~~ [PATCHv5/RFC 1/6] Documentation: Preparation for gitweb manpages [PATCHv5 2/6] gitweb: Add manpage for gitweb configuration files [PATCHv5/RFC 3/6] gitweb: Add manpage for gitweb [PATCHv5 4/6] Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages [PATCHv5 5/6] Documentation: Add gitweb config variables to git-config(1) [PATCHv5 6/6] gitweb: Add gitweb manpages to 'gitweb' package in git.spec.in Shortlog: ~~~~~~~~~ Drew Northup (1): gitweb: Add manpage for gitweb configuration files Jakub Narebski (5): Documentation: Preparation for gitweb manpages gitweb: Add manpage for gitweb 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 | 7 +- Documentation/config.txt | 17 + Documentation/git-instaweb.txt | 4 + Documentation/gitweb.conf.txt | 875 ++++++++++++++++++++++++++++++++++++++++ Documentation/gitweb.txt | 703 ++++++++++++++++++++++++++++++++ command-list.txt | 1 + git.spec.in | 7 + gitweb/INSTALL | 94 +---- gitweb/Makefile | 7 +- gitweb/README | 411 +------------------ 10 files changed, 1647 insertions(+), 479 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