author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 9 May 2007 01:33:14 +0000 (21:33 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 9 May 2007 01:38:55 +0000 (21:38 -0400) | ||
commit | 685caf9af672811b45ebeaaa299b8f9fbd743d82 | |
tree | 495f04d8d65c16c736fa8f0d6eb7c44001944e51 | tree | snapshot |
parent | 28bf928cf81eec720bc8a31179a0c9cf688d5af3 | commit | diff |
git-gui: Convert blame to the "class" way of doing things
Our blame viewer code has historically been a mess simply
because the data for multiple viewers was all crammed into
a single pair of Tcl arrays. This made the code hard to
read and even harder to maintain.
Now that we have a slightly better way of tracking the data
for our "meta-widgets" we can make use of it here in the
blame viewer to cleanup the code and make it easier to work
with long term.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Our blame viewer code has historically been a mess simply
because the data for multiple viewers was all crammed into
a single pair of Tcl arrays. This made the code hard to
read and even harder to maintain.
Now that we have a slightly better way of tracking the data
for our "meta-widgets" we can make use of it here in the
blame viewer to cleanup the code and make it easier to work
with long term.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history | |
lib/blame.tcl | diff | blob | history | |
lib/browser.tcl | diff | blob | history |