]> asedeno.scripts.mit.edu Git - git.git/commit
git-gui: Refactor options menu into an options dialog.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 08:47:00 +0000 (03:47 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 08:47:00 +0000 (03:47 -0500)
commit51f4d16b1d8e2e709f28a4e52b951236950cb1d5
treea41fc661e9524d918ca807f14ecd0fab76051e13
parent00f949fbd831bda29dc909baf4a21d00a7c2c119
git-gui: Refactor options menu into an options dialog.

I decided that the options menu was going to turn into a mess after
a while as I start to add additional features to git-gui.  The better
approach would be to create a dialog that lets the user edit the options,
including their --global options.

We also wisely let the user press Cancel (or destroy the window) to abort
any sort of option editing session, without the options being changed.

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