Code

gitweb.cgi: git_blame2: an alternative simple working git blame
authorLuben Tuikov <ltuikov@yahoo.com>
Sun, 23 Jul 2006 20:34:55 +0000 (13:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 25 Jul 2006 01:21:52 +0000 (18:21 -0700)
commit1f2857ea32fa82ba6039b7fd298dc763b1e6c112
treeab048ab7e7d25f0d509c68c070617d2bf918b08c
parent634331061599a82968daddae2d2c0896b6137d4c
gitweb.cgi: git_blame2: an alternative simple working git blame

This patch adds an alternative simple working git-blame
called git_blame2().  Simple, because it displays just
three columns: the commit, the line number and the line
of code.  Alternative, because the original git_blame()
is left untouched.  Lines of code are printed html
escaped, but as-is.

git_blame2() uses git-blame as opposed to git-annotate
used by git_blame().

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi