author | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 2 Jun 2007 01:54:06 +0000 (21:54 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 6 Jun 2007 05:26:47 +0000 (01:26 -0400) | ||
commit | 669fbc3d09b259bb3bc3bd2ab126ceb28db61b16 | |
tree | c851b7defe9b34e55054598bfc3e2eb174afe7e6 | tree | snapshot |
parent | 22c6769d917635732fe9e6824aa30536155266b3 | commit | diff |
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>
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 | diff | blob | history |