git-gui: use "blame -w -C -C" for "where did it come from, originally?"
commita840566770c262f76e8fd7fb69239fbedd10b259
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Jun 2007 04:44:16 +0000 (20 21:44 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 00:54:47 +0000 (8 20:54 -0400)
tree3b8746d532eae99cb53fb6d965b195ffa8b1dd3c
parentd696702209dd0d4c20d2b87b5bc10cae3d54e839
git-gui: use "blame -w -C -C" for "where did it come from, originally?"

The blame window shows "who wrote the piece originally" and "who
moved it there" in two columns.  In order to identify the former
more correctly, it helps to use the new -w option.

[sp: Minor change to only enable -w if underlying git >= 1.5.3]

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl