Git development
 help / color / mirror / Atom feed
* [PATCH (GIT-GUI) 0/3] Add a customizable Tools menu.
@ 2008-11-13 19:35 Alexander Gavrilov
  2008-11-13 19:35 ` [PATCH (GIT-GUI) 1/3] git-gui: Implement system-wide configuration handling Alexander Gavrilov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Gavrilov @ 2008-11-13 19:35 UTC (permalink / raw)
  To: git; +Cc: Shawn O. Pearce

This series adds a configurable Tools menu, that can
be used to call any external commands from Git Gui.
It reduces the inconvenience of using tools like git-svn
together with GUI, by removing the need to jump between
the terminal and the GUI even for simple actions. QGit
already has a similar feature.


PATCHES:

    git-gui: Implement system-wide configuration handling.
    ---
    git-gui.sh     |   12 +++++++++---
    lib/option.tcl |   12 ++++++------
    2 files changed, 15 insertions(+), 9 deletions(-)

    git-gui: Add a Tools menu for arbitrary commands.
    ---
    git-gui.sh        |   17 ++++
    lib/tools.tcl     |  107 ++++++++++++++++++++++++
    lib/tools_dlg.tcl |  234 +++++++++++++++++++++++++++++++++++++++++++++++++++++
    3 files changed, 358 insertions(+), 0 deletions(-)
    create mode 100644 lib/tools.tcl
    create mode 100644 lib/tools_dlg.tcl

    git-gui: Allow Tools to request arguments from the user.
    ---
    lib/tools.tcl     |   13 +++-
    lib/tools_dlg.tcl |  194 +++++++++++++++++++++++++++++++++++++++++++++++++++-
    2 files changed, 202 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-13 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-13 19:35 [PATCH (GIT-GUI) 0/3] Add a customizable Tools menu Alexander Gavrilov
2008-11-13 19:35 ` [PATCH (GIT-GUI) 1/3] git-gui: Implement system-wide configuration handling Alexander Gavrilov
2008-11-13 19:35   ` [PATCH (GIT-GUI) 2/3] git-gui: Add a Tools menu for arbitrary commands Alexander Gavrilov
2008-11-13 19:35     ` [PATCH (GIT-GUI) 3/3] git-gui: Allow Tools to request arguments from the user Alexander Gavrilov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox