git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 00/10] gitweb: 'blame' view improvements
@ 2009-07-24 22:44 Jakub Narebski
  2009-07-24 22:44 ` [PATCH 01/10] gitweb: Make .error style generic Jakub Narebski
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Jakub Narebski @ 2009-07-24 22:44 UTC (permalink / raw)
  To: git
  Cc: Petr Baudis, Fredrik Kuivinen, Giuseppe Bilotta, Luben Tuikov,
	Martin Koegler, Jakub Narebski

This is second version of my improvements to gitweb's 'blame' view,
  Subject: [PATCH 0/3] gitweb: 'blame' view improvements
  Message-Id: <200907102354.43232.jnareb@gmail.com>
  http://article.gmane.org/gmane.comp.version-control.git/123085

including some further improvements, and this time including
preparation and AJAX-y 'blame_incremental' view in series proper.
It also finally creates 'blame_incremental' links (last patch in
series).

The changes are also available in the git repository at:

  git://repo.or.cz/git/jnareb-git.git gitweb/web

Jakub Narebski (10):
  gitweb: Make .error style generic
  gitweb: Mark boundary commits in 'blame' view
  gitweb: Use "previous" header of git-blame -p in 'blame' view
  gitweb: Mark commits with no "previous" in 'blame' view
  gitweb: Add author initials in 'blame' view, a la "git gui blame"
  gitweb: Use light/dark for class names also in 'blame' view
  gitweb: Add -partial_query option to href() subroutine
  gitweb: Add optional "time to generate page" info in footer
  gitweb: Incremental blame (proof of concept)
  gitweb: Create links leading to 'blame_incremental' using JavaScript

 Makefile           |    6 +-
 git-instaweb.sh    |    7 +
 gitweb/blame.js    |  634 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gitweb/gitweb.css  |   43 +++-
 gitweb/gitweb.perl |  332 ++++++++++++++++++++-------
 5 files changed, 930 insertions(+), 92 deletions(-)
 create mode 100644 gitweb/blame.js


Jakub Narebski (10):
  gitweb: Make .error style generic
  gitweb: Mark boundary commits in 'blame' view
  gitweb: Use "previous" header of git-blame -p in 'blame' view
  gitweb: Mark commits with no "previous" in 'blame' view
  gitweb: Add author initials in 'blame' view, a la "git gui blame"
  gitweb: Use light/dark for class names also in 'blame' view
  gitweb: Add -partial_query option to href() subroutine
  gitweb: Add optional "time to generate page" info in footer
  gitweb: Incremental blame (proof of concept)
  gitweb: Create links leading to 'blame_incremental' using JavaScript

 Makefile           |    6 +-
 git-instaweb.sh    |    7 +
 gitweb/blame.js    |  634 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gitweb/gitweb.css  |   43 +++-
 gitweb/gitweb.perl |  332 ++++++++++++++++++++-------
 5 files changed, 930 insertions(+), 92 deletions(-)
 create mode 100644 gitweb/blame.js

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

end of thread, other threads:[~2009-07-27 19:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-24 22:44 [PATCHv2 00/10] gitweb: 'blame' view improvements Jakub Narebski
2009-07-24 22:44 ` [PATCH 01/10] gitweb: Make .error style generic Jakub Narebski
2009-07-24 22:44 ` [PATCH 02/10] gitweb: Mark boundary commits in 'blame' view Jakub Narebski
2009-07-25  0:13   ` Junio C Hamano
2009-07-25  0:32     ` Jakub Narebski
2009-07-25  0:39       ` Junio C Hamano
2009-07-24 22:44 ` [PATCHv2 03/10] gitweb: Use "previous" header of git-blame -p " Jakub Narebski
2009-07-24 22:44 ` [PATCH 04/10] gitweb: Mark commits with no "previous" " Jakub Narebski
2009-07-24 22:44 ` [PATCHv2 05/10] gitweb: Add author initials in 'blame' view, a la "git gui blame" Jakub Narebski
2009-07-24 22:44 ` [PATCH/RFC 06/10] gitweb: Use light/dark for class names also in 'blame' view Jakub Narebski
2009-07-24 22:44 ` [PATCH 07/10] gitweb: Add -partial_query option to href() subroutine Jakub Narebski
2009-07-24 22:44 ` [PATCH 08/10] gitweb: Add optional "time to generate page" info in footer Jakub Narebski
2009-07-24 22:44 ` [PATCHv2/RFC 09/10] gitweb: Incremental blame (proof of concept) Jakub Narebski
2009-07-25 19:28   ` Jakub Narebski
2009-07-24 22:44 ` [PATCH/RFC 10/10] gitweb: Create links leading to 'blame_incremental' using JavaScript Jakub Narebski
2009-07-25 10:46   ` Martin Koegler
2009-07-26 10:06     ` Jakub Narebski
2009-07-27 18:10       ` Martin Koegler
2009-07-27 19:06         ` Jakub Narebski
2009-07-24 23:47 ` [PATCHv2 00/10] gitweb: 'blame' view improvements Junio C Hamano
2009-07-25  0:10   ` Jakub Narebski

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).