[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk
commit1ce09dd6787c495986c75b37b07ba6bbf19b47da
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 19 Mar 2007 23:00:37 +0000 (19 18:00 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 21 Mar 2007 11:02:19 +0000 (21 22:02 +1100)
tree9f51aec0db49caeb8eb2575d73bf5997fe466eab
parente7a0919115ee15b21a557609c2268e24497c1059
[PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk

Preferring git _space_ COMMAND over git _dash_ COMMAND allows the
user to have only git and gitk in their path. e.g. when git and gitk
are symbolic links in a personal bin directory to the real git and gitk.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk