contrib: drop blameview/ directory
commit1af6a877c5aeeb97e8fbacb06992e976e5cdbf83
authorJeff King <peff@peff.net>
Wed, 12 Jun 2013 19:49:56 +0000 (12 15:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jun 2013 20:35:10 +0000 (12 13:35 -0700)
tree82dce28406ee1d8c9c88ebb630073f7564280381
parent9721ac90106e1f6c86a2f18d92fc262fe1ffbffc
contrib: drop blameview/ directory

Blameview was a quick-and-dirty demonstration of how blame's
incremental output could be used in an interface. These days
one can find much better (and less ugly!) demonstrations in
"git gui blame" and "tig blame".

The only advantage blameview has is that its code is perhaps
simpler to read. However, that is balanced by the fact that
it probably has bugs, as nobody uses it nor has touched the
code in 6 years. An implementor is probably better off just
reading the "incremental output" section of "man git-blame".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/blameview/README [deleted file]
contrib/blameview/blameview.perl [deleted file]