From: Shawn O. Pearce Date: Sun, 29 Apr 2007 05:54:57 +0000 (-0400) Subject: git-gui: Refactor to use our git proc more often X-Git-Tag: gitgui-0.7.0-rc1~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dc6716b83d3f90f8b1b2c611fe4f9f7c9fb14f5e?ds=inline;hp=dc6716b83d3f90f8b1b2c611fe4f9f7c9fb14f5e 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 ---