summaryrefslogtreecommitdiff
path: root/contrib/blameview/README
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2013-06-12 15:49:56 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-12 13:35:10 -0700
commit1af6a877c5aeeb97e8fbacb06992e976e5cdbf83 (patch)
tree82dce28406ee1d8c9c88ebb630073f7564280381 /contrib/blameview/README
parentcontrib: remove continuous/ and patches/ (diff)
downloadtgif-1af6a877c5aeeb97e8fbacb06992e976e5cdbf83.tar.xz
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>
Diffstat (limited to 'contrib/blameview/README')
-rw-r--r--contrib/blameview/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/blameview/README b/contrib/blameview/README
deleted file mode 100644
index fada5ce909..0000000000
--- a/contrib/blameview/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a sample program to use 'git-blame --incremental', based
-on this message.
-
-From: Jeff King <peff@peff.net>
-Subject: Re: More precise tag following
-To: Linus Torvalds <torvalds@linux-foundation.org>
-Cc: git@vger.kernel.org
-Date: Sat, 27 Jan 2007 18:52:38 -0500
-Message-ID: <20070127235238.GA28706@coredump.intra.peff.net>