Code

git-gui: Display original filename and line number in blame.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 10:33:27 +0000 (05:33 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 10:33:27 +0000 (05:33 -0500)
commit915616e4ebaedc486a2dd235e70f25ceb39b4515
tree8d71ac1ba1e1fb25c2e92cd1d9f081230a314bf3
parent8f6c07b902b297329e63799d5332758530ec4d99
git-gui: Display original filename and line number in blame.

When we annotate a file and show its line data, we're already asking
for copy and movement detection (-M -C).  This costs extra time, but
gives extra data.  Since we are asking for the extra data we really
should show it to the user.

Now the blame UI has two additional columns, one for the original
filename (in the case of a move/copy between files) and one for the
original line number of the current line of code.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh