diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-12 22:48:56 -0500 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-13 21:32:52 -0500 |
| commit | 81347223066fee64997cbb731925bc8c1abd35d7 (patch) | |
| tree | eaf76bd45f8f194ebb88355dde03f98a763f4651 /git-gui/lib/commit.tcl | |
| parent | git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull" (diff) | |
| download | git-81347223066fee64997cbb731925bc8c1abd35d7.tar.gz git-81347223066fee64997cbb731925bc8c1abd35d7.zip | |
git-gui: Refactor 'exec git subcmd' idiom.
As we frequently need to execute a Git subcommand and obtain
its returned output we are making heavy use of [exec git foo]
to run foo. As I'm concerned about possibly needing to carry
environment data through a shell on Cygwin for at least some
subcommands, I'm migrating all current calls to a new git
proc. This actually makes the code look cleaner too, as
we aren't saying 'exec git' everywhere.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
