git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: [PATCH 0/6] gitweb: 'commitdiff' view improvements
Date: Fri, 08 Jun 2007 13:24:13 +0200	[thread overview]
Message-ID: <20070608112337.3594.93976.stgit@roke.D-201> (raw)

The following series makes a few improvements to 'commitdiff' view.
The final goal of the series is to use '--cc' (compact combined)
format for merge commits in gitweb, as requested by Linus Torvalds
in
  Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
with a few other improvements.

Table of contents:
------------------
 gitweb: Provide links to commitdiff to each parent in 'commitdiff' view
 gitweb: Improve "next" link in commitdiff view
 gitweb: Split git_patchset_body into separate subroutines
 gitweb: Create special from-file/to-file header for combined diff
 gitweb: Add links to blobdiffs in from-file/to-file header for merges
 gitweb: '--cc' for merges in 'commitdiff' view

The first two patches are totally independent of other patches, and
are not required by anu patches.

The "Split git_patchset_body" is required for all subsequent patches;
those patches shows why it was needed. The last patch is conceptually
indepenent on the "improve from-file/to-file header for merges"
patches.

Diffstat:
---------
 gitweb/gitweb.css  |    5 +
 gitweb/gitweb.perl |  481 ++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 362 insertions(+), 124 deletions(-)

-- 
Jakub Narebski
ShadeHawk on #git
Poland

             reply	other threads:[~2007-06-08 11:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-08 11:24 Jakub Narebski [this message]
2007-06-08 11:24 ` [PATCH 1/6] gitweb: Provide links to commitdiff to each parent in 'commitdiff' view Jakub Narebski
2007-06-08 11:26 ` [PATCH 2/6] gitweb: Improve "next" link in commitdiff view Jakub Narebski
2007-06-08 11:27 ` [PATCH 3/6] gitweb: Split git_patchset_body into separate subroutines Jakub Narebski
2007-06-08 11:29 ` [PATCH 4/6] gitweb: Create special from-file/to-file header for combined diff Jakub Narebski
2007-06-08 11:32 ` [PATCH 5/6] gitweb: Add links to blobdiffs in from-file/to-file header for merges Jakub Narebski
2007-06-08 11:33 ` [PATCH 6/6] gitweb: '--cc' for merges in 'commitdiff' view Jakub Narebski
2007-06-11  0:36 ` [PATCH 0/6] gitweb: 'commitdiff' view improvements 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=20070608112337.3594.93976.stgit@roke.D-201 \
    --to=jnareb@gmail.com \
    --cc=git@vger.kernel.org \
    /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).