git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org, Drew Northup <drew.northup@maine.edu>
Cc: Jonathan Nieder <jrnieder@gmail.com>,
	Junio C Hamano <gitster@pobox.com>,
	Jakub Narebski <jnareb@gmail.com>
Subject: [PATCHv6 0/5] Moving gitweb documentation to manpages
Date: Sun, 16 Oct 2011 13:07:30 +0200	[thread overview]
Message-ID: <1318763255-23495-1-git-send-email-jnareb@gmail.com> (raw)

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

             reply	other threads:[~2011-10-16 11:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-16 11:07 Jakub Narebski [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1318763255-23495-1-git-send-email-jnareb@gmail.com \
    --to=jnareb@gmail.com \
    --cc=drew.northup@maine.edu \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).