gitweb: remove git_blame and rename git_blame2 to git_blame
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 6 Jun 2008 07:53:32 +0000 (09:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2008 21:56:16 +0000 (14:56 -0700)
git_blame is dead code. It's possible to plug it in place of
git_blame2, but I don't know whether anyone does still that,
because git_blame2 can now be considered stable enough, I think.

Signed-off-by: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found