author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 9 Jul 2007 06:10:39 +0000 (02:10 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 9 Jul 2007 06:10:39 +0000 (02:10 -0400) | ||
commit | 02efd48f520d14012fc82c999172306a94862dee | |
tree | c98f2a1832ccdc2f50c2b1b1bd0a843f55a1859d | tree | snapshot |
parent | 0b81261622afad691501ee51d7811048cf4a5fce | commit | diff |
git-gui: Correct gitk installation location
The master Makefile in git.git installs gitk into bindir, not
gitexecdir, which means gitk is located as a sibling of the git
wrapper and not as though it were a git helper tool.
We can also avoid some Tcl concat operations by letting eval do
all of the heavy lifting; we have two proper Tcl lists ($cmd and
$revs) that we are joining together and $revs is currently never
an empty list.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
The master Makefile in git.git installs gitk into bindir, not
gitexecdir, which means gitk is located as a sibling of the git
wrapper and not as though it were a git helper tool.
We can also avoid some Tcl concat operations by letting eval do
all of the heavy lifting; we have two proper Tcl lists ($cmd and
$revs) that we are joining together and $revs is currently never
an empty list.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |