git-gui: Assume unfound commands are known by git wrapper
commitc67298902ca36579b4cc43c1868cdb41279ef21b
authorShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 06:13:00 +0000 (9 02:13 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 06:13:00 +0000 (9 02:13 -0400)
treec7286b1466a57f7024eb947f92c68eac34c02377
parent02efd48f520d14012fc82c999172306a94862dee
git-gui: Assume unfound commands are known by git wrapper

If we cannot locate a command in $gitexecdir on our own then it may
just be because we are supposed to run it by `git $name` rather than
by `git-$name`.  Many commands are now builtins, more are likely to
go in that direction, and we may see the hardlinks in $gitexecdir go
away in future versions of git.

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