git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv6 0/5] Moving gitweb documentation to manpages
@ 2011-10-16 11:07 Jakub Narebski
  2011-10-16 11:07 ` [PATCHv6 1/5] gitweb: Add gitweb.conf(5) manpage for gitweb configuration files Jakub Narebski
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jakub Narebski @ 2011-10-16 11:07 UTC (permalink / raw)
  To: git, Drew Northup; +Cc: Jonathan Nieder, Junio C Hamano, Jakub Narebski

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-10-19  4:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 11:07 [PATCHv6 0/5] Moving gitweb documentation to manpages Jakub Narebski
2011-10-16 11:07 ` [PATCHv6 1/5] gitweb: Add gitweb.conf(5) manpage for gitweb configuration files Jakub Narebski
2011-10-16 11:07 ` [PATCHv6 2/5] gitweb: Add gitweb(1) manpage for gitweb itself Jakub Narebski
2011-10-16 11:07 ` [PATCHv5 3/5] Documentation: Link to gitweb(1) and gitweb.conf(5) in other manpages Jakub Narebski
2011-10-16 11:07 ` [PATCHv5 4/5] Documentation: Add gitweb config variables to git-config(1) Jakub Narebski
2011-10-16 11:07 ` [PATCHv5 5/5] gitweb: Add gitweb manpages to 'gitweb' package in git.spec Jakub Narebski
2011-10-19  4:29 ` [PATCHv6 0/5] Moving gitweb documentation to manpages Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).