git-commit-vandalism/gitweb
Florian Forster e34ef62148 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>
2006-06-16 22:45:11 -07:00
..
test Merge git://git.kernel.org/pub/scm/git/gitweb 2006-06-10 11:20:59 -07:00
gitweb.cgi gitweb: Adding a `blame' interface. 2006-06-16 22:45:11 -07:00
README Merge git://git.kernel.org/pub/scm/git/gitweb 2006-06-10 11:20:59 -07:00

GIT web Interface

The one working on:
  http://www.kernel.org/git/

Get the gitweb.cgi by ftp:
  ftp://ftp.kernel.org/pub/software/scm/gitweb/

It reqires the git-core binaries installed on the system:
  http://www.kernel.org/git/?p=git/git.git;a=summary

The gitweb repository is here:
  http://www.kernel.org/git/?p=git/gitweb.git;a=summary

Any comment/question/concern to:
  Kay Sievers <kay.sievers@vrfy.org>