This series is meant to replace the 'jn/gitweb-blame' topic branch (it is merged into 'pu', b08ae28). Jakub Narebski (5): gitweb: Add optional "time to generate page" info in footer gitweb: Incremental blame (using JavaScript) gitweb: Colorize 'blame_incremental' view during processing gitweb: Create links leading to 'blame_incremental' using JavaScript gitweb: Minify gitweb.js if JSMIN is defined The "time to generate page" info got its own style, and don't looks bolted on now. Incremental blame patch is no longer marked as proof of concept, or as a work in progress; I think it is mature enough. Last two patches (creating links and JSMIN) are in active development, and should be considered work in progress (or even proof of concept code). This series has 3-color colorizing of 'blame_incremental' view is put into separate patch. JavaScript code used to create links leading to 'blame_incremental' view is now put in gitweb.js, which is meant to contain all JavaScript code used by Git. The last patch (modifying Makefile) was added because of concern that heavily commented gitweb.js could be a burden on server. Makefile | 26 ++- git-instaweb.sh | 7 + gitweb/README | 4 + gitweb/gitweb.css | 23 ++ gitweb/gitweb.js | 862 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gitweb/gitweb.perl | 311 ++++++++++++++------ 6 files changed, 1146 insertions(+), 87 deletions(-) create mode 100644 gitweb/gitweb.js -- Jakub Narebski Poland -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html