Since commit 4af819d (gitweb: Incremental blame (using JavaScript), 2009-09-01), gitweb includes "git blame" support that loads asynchronously using the gitweb.js script. Ship it.
Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- Of course, commit 4af819d is not even in master yet, so this should wait until then. I am not sure about the most convenient way to deal with patches like this. Anyway, maybe this can save you a few seconds once that time comes around. debian/rules | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian/rules b/debian/rules index 6e75455..af5d158 100755 --- a/debian/rules +++ b/debian/rules @@ -207,6 +207,7 @@ install-indep: build-arch-stamp build-indep-stamp install -m0755 gitweb/gitweb.cgi '$(GIT)'web/usr/lib/cgi-bin/gitweb.cgi install -d -m0755 '$(GIT)'web/usr/share/gitweb install -m0644 gitweb/gitweb.css '$(GIT)'web/usr/share/gitweb/gitweb.css + install -m0644 gitweb/gitweb.js '$(GIT)'web/usr/share/gitweb/gitweb.js install -m0644 gitweb/git-favicon.png \ '$(GIT)'web/usr/share/gitweb/git-favicon.png install -m0644 gitweb/git-logo.png '$(GIT)'web/usr/share/gitweb/git-logo.png -- 1.6.5.2 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org