git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] gitweb: Add combined diff support
@ 2007-05-06 23:10 Jakub Narebski
  2007-05-06 23:10 ` [PATCH 1/6] gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line Jakub Narebski
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Jakub Narebski @ 2007-05-06 23:10 UTC (permalink / raw)
  To: git; +Cc: Jakub Narebski

This series of patches adds support for showing combined diff for
merge commits in gitweb, instead of using diff with the first parent
(for 'commitdiff' view), or not showing difftree (for 'commit' view).

We use diff -c (diff --combined) and not diff --cc; the latter would
require modifying git_difftree_body and git_patchset_body for the
possibility that there is line in raw diff output format (in difftree)
that doesn't correspond to any patch: the patch part was removed due
to hunks simplification.

See also notes in individual patches.


Diffstat:
=========

 gitweb/gitweb.css  |   17 ++
 gitweb/gitweb.perl |  480 +++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 394 insertions(+), 103 deletions(-)


Table of contents:
==================

 [PATCH 1/6] gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line
 [PATCH 2/6] gitweb: Add combined diff support to git_difftree_body
 [PATCH 3/6] gitweb: Add combined diff support to git_patchset_body
 [PATCH 4/6] gitweb: Make it possible to use pre-parsed info in git_difftree_body

Those patches prepare for adding support for combined diff for
'commitdiff' and 'commit' views.


 [PATCH 5/6] gitweb: Show combined diff for merge commits in 'commitdiff' view
 [PATCH 6/6] gitweb: Show combined diff for merge commits in 'commit' view

Those patches add (preliminary) generating combined diff for merge
commits for 'commitdiff' view (if there was not provided commit to
compare againts), and for 'commit' view.


 [PATCH 7/6] todo: todo: Remove "Gitweb diff on merge commits" entry

This patch updates TODO list in 'todo' branch.

-- 
Jakub Narebski

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

end of thread, other threads:[~2007-05-16 22:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06 23:10 [PATCH 0/6] gitweb: Add combined diff support Jakub Narebski
2007-05-06 23:10 ` [PATCH 1/6] gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line Jakub Narebski
2007-05-06 23:10 ` [PATCH 2/6] gitweb: Add combined diff support to git_difftree_body Jakub Narebski
2007-05-06 23:10 ` [PATCH 3/6] gitweb: Add combined diff support to git_patchset_body Jakub Narebski
2007-05-06 23:10 ` [PATCH 4/6] gitweb: Make it possible to use pre-parsed info in git_difftree_body Jakub Narebski
2007-05-06 23:10 ` [PATCH 5/6] gitweb: Show combined diff for merge commits in 'commitdiff' view Jakub Narebski
2007-05-06 23:10 ` [PATCH 6/6] gitweb: Show combined diff for merge commits in 'commit' view Jakub Narebski
2007-05-06 23:10 ` [PATCH 7/6] todo: Remove "Gitweb diff on merge commits" entry Jakub Narebski
2007-05-08  1:31 ` [PATCH 0/6] gitweb: Add combined diff support Junio C Hamano
2007-05-08  1:50   ` Jakub Narebski
2007-05-16 22:05 ` [PATCH 7/6] gitweb: Empty patch for merge means trivial merge, not no differences Jakub Narebski
2007-05-16 22:08   ` 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).