git-gui: Install column headers in blame viewer.
commite7fb6c69f7612d4e8545f1812a2830f97f183f87
authorShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 10:51:49 +0000 (29 05:51 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Jan 2007 10:51:49 +0000 (29 05:51 -0500)
treeed0d12aa2ca942417524522c69e1f5aa0e464541
parent915616e4ebaedc486a2dd235e70f25ceb39b4515
git-gui: Install column headers in blame viewer.

I started to get confused about what each column meant in the blame
viewer, and I'm the guy who wrote the code!  So now git-gui hints to
the user about what each column is by drawing headers at the top.
Unfortunately this meant I had to use those dreaded frame objects
which seem to cause so much pain on Windows.

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