git-gui: Display the "Loading annotation..." message in italic
commitdebcd0fd02bda82e3c81e6739bcb26135ac00b85
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 21:15:56 +0000 (2 17:15 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:51 +0000 (6 01:26 -0400)
tree49673c4bc41a1971f80c9674804a7228ce711e32
parentfc816d7b857a5033982b421a384f7b2d932f57e6
git-gui: Display the "Loading annotation..." message in italic

If the user clicks on a line region that we haven't yet received
an annotation for from git-blame we show them "Loading annotation".
But I don't want the user to confuse this loading message with a
commit whose first line is "Loading annotation" and think we messed
up our display somehow.  Since we never use italics for anything
else, I'm going with the idea that italic slant can be used to show
data is missing/elided out at the time being.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh
lib/blame.tcl
lib/option.tcl