author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 9 Jul 2007 06:13:00 +0000 (02:13 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 9 Jul 2007 06:13:00 +0000 (02:13 -0400) | ||
commit | c67298902ca36579b4cc43c1868cdb41279ef21b | |
tree | c7286b1466a57f7024eb947f92c68eac34c02377 | tree | snapshot |
parent | 02efd48f520d14012fc82c999172306a94862dee | commit | diff |
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>
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 | diff | blob | history |