git-gui: Allow [gitdir ...] to act as [file join [gitdir] ...].
commitc2758a17cb268fa2bb7ff46e27b571038a9eeb5d
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 02:55:05 +0000 (20 21:55 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:21 +0000 (21 02:54 -0500)
tree53607f2b2914d91455a46d5a33e2a20608708928
parentc950c66ed91ba8e66dd26c3b19167e6eecb47fe9
git-gui: Allow [gitdir ...] to act as [file join [gitdir] ...].

Because it is such a common idiom to use [gitdir] along with [file join]
to locate the path of an item within the .git directory of the current
repository we might as well allow gitdir to act as a wrapper for the
file join operation.

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