diff options
author | Jens Lehmann <Jens.Lehmann@web.de> | 2010-01-23 23:04:12 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-01-23 15:14:15 -0800 |
commit | a9ae14a1c50a9b5bd051be629dba0fb04b6fd67a (patch) | |
tree | 9ed8ecea84c910def99d4e3839c6366b3b74ffc6 /git-gui.sh | |
parent | git-gui: work from the .git dir (diff) | |
download | tgif-a9ae14a1c50a9b5bd051be629dba0fb04b6fd67a.tar.xz |
git-gui: Use git diff --submodule when available
Doing so is much faster and gives the same output.
Here are some numbers:
$ time git submodule summary
real 0m0.219s
user 0m0.050s
sys 0m0.111s
$ time git diff --submodule
real 0m0.012s
user 0m0.003s
sys 0m0.009s
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui.sh')
0 files changed, 0 insertions, 0 deletions