]> Lady’s Gitweb - Gitweb/commit
gitweb.cgi: git_blame2: an alternative simple working git blame
authorLuben Tuikov <redacted>
Sun, 23 Jul 2006 20:34:55 +0000 (13:34 -0700)
committerLady <redacted>
Sat, 4 Apr 2026 18:43:37 +0000 (14:43 -0400)
commit3b1deed24c602b10094e4478e415c93c94e410f7fa9da1c9cc4aef203488a735
treecc458c7781714e05d6a1159177177bebb8ec0e75233473bf7e48496d080ee26b
parentb0e00e0d39f857e1375816c9b1d78beb0de67abaaa09d0b4ba468e757438b578
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.cgi
This page took 0.231557 seconds and 4 git commands to generate.