e34ef62148
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> |
||
---|---|---|
.. | ||
test | ||
gitweb.cgi | ||
README |
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>