git-gui: Allow users to set font weights to bold
commit48b8d2b3792339d4dbd37802db8ec797361dd1fe
authorShawn O. Pearce <spearce@spearce.org>
Thu, 1 Nov 2007 04:31:36 +0000 (1 00:31 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 1 Nov 2007 04:31:36 +0000 (1 00:31 -0400)
treef00621150771cdbc73bb2ca8e2268875628789a8
parent6ea10797deb7699c35a2b097938bf02aabc29e45
git-gui: Allow users to set font weights to bold

Previously we allowed users to tweak their font weight to be bold by
setting it manually in their ~/.gitconfig prior to starting git-gui.
This was broken in ae0754ac9a24afa2693246222fc078fe9c133b3a when
Simon set the font weight to normal by default, overridding whatever
we found from the ~/.gitconfig file.

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