gitweb: Adding a `blame' interface.
authorFlorian Forster <octo@verplant.org>
Sun, 11 Jun 2006 15:45:19 +0000 (17:45 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:45:11 +0000 (22:45 -0700)
commite34ef621482a14143187bb99a8e341fad885c5d5
tree9aff666f6b0b219590349eb7669ab54263bc7710
parent8f732649bc4d5619a1b399e5808b3f4c662ad200
gitweb: Adding a `blame' interface.

This patch adds an interface for `git-blame' to `gitweb.cgi'.
Links to it are placed in `git_blob'.

Internally the code uses `git-annotate' because `git-blame's output
differs for files that have been renamed in the past. However, I like
the term `blame' better.

[jc: blame can be told to produce the compatible format btw...]

Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi