Skip to content

Commit

Permalink
contrib: drop blameview/ directory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jun 12, 2013
1 parent 9721ac9 commit 1af6a87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 164 deletions.
9 changes: 0 additions & 9 deletions contrib/blameview/README

This file was deleted.

155 changes: 0 additions & 155 deletions contrib/blameview/blameview.perl

This file was deleted.

0 comments on commit 1af6a87

Please sign in to comment.