git-gui: Combine blame groups only if commit and filename match
commit669fbc3d09b259bb3bc3bd2ab126ceb28db61b16
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 01:54:06 +0000 (1 21:54 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:47 +0000 (6 01:26 -0400)
treec851b7defe9b34e55054598bfc3e2eb174afe7e6
parent22c6769d917635732fe9e6824aa30536155266b3
git-gui: Combine blame groups only if commit and filename match

Consecutive chunks of a file could come from the same commit, but
have different original file names.  Previously we would have put
them into a single group, but then the hyperlink would jump to only
one of the files, and the other would not be accessible.  Now we can
get to the other file too.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl