Code

git-gui: Refactor to use our git proc more often
authorShawn O. Pearce <spearce@spearce.org>
Sun, 29 Apr 2007 05:54:57 +0000 (01:54 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 2 May 2007 17:06:11 +0000 (13:06 -0400)
commitdc6716b83d3f90f8b1b2c611fe4f9f7c9fb14f5e
tree67904006dd5bc9a375dbcef59a10cb85a798bda5
parent7416bbc65cbcc3db9cafe50b92c14193ac295dbe
git-gui: Refactor to use our git proc more often

Whenever we want to execute a git subcommand from the plumbing
layer (and on rare occasion, the more porcelain-ish layer) we
tend to use our proc wrapper, just to make the code slightly
cleaner at the call sites.  I wasn't doing that in a couple of
places, so this is a simple cleanup to correct that.

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