From: Shawn O. Pearce Date: Mon, 29 Jan 2007 10:51:49 +0000 (-0500) Subject: git-gui: Install column headers in blame viewer. X-Git-Tag: gitgui-0.6.0~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e7fb6c69f7612d4e8545f1812a2830f97f183f87?ds=inline;hp=e7fb6c69f7612d4e8545f1812a2830f97f183f87 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 ---