summaryrefslogtreecommitdiff
path: root/git-gui/lib/class.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-06-06 07:22:22 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-06-06 07:22:22 (GMT)
commit0f32da53df706220e7392a29d8e462b57345df3d (patch)
treec409ed5a39120845d9bcce11b6845dd16bb429e0 /git-gui/lib/class.tcl
parent949da61b9b84bfb48ed2ff2dea068a1d19fb847b (diff)
downloadgit-0f32da53df706220e7392a29d8e462b57345df3d.zip
git-0f32da53df706220e7392a29d8e462b57345df3d.tar.gz
git-0f32da53df706220e7392a29d8e462b57345df3d.tar.bz2
git-gui: Favor the original annotations over the recent ones
Usually when you are looking at blame annotations for a region of a file you are more interested in why something was originally done then why it is here now. This is because most of the time when we get original annotation data we are looking at a simple refactoring performed to better organize code, not to change its semantic meaning or function. Reorganizations are sometimes of interest, but not usually. We now show the original commit data first in the tooltip. This actually looks quite nice as the original commit will usually have an author date prior to the current (aka move/copy) annotation's commit, so the two commits will now tend to appear in chronological order. I also found myself to always be clicking on the line of interest in the file column but I always wanted the original tracking data and not the move/copy data. So I changed our default commit from $asim_data (the simple move/copy annotation) to the more complex $amov_data (the -M -C -C original annotation). Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui/lib/class.tcl')
0 files changed, 0 insertions, 0 deletions