git-gui: Ensure .git/info/exclude is honored in Cygwin workdirs
commit2fe167b67a479b19e52b974f9518436565e6793b
authorShawn O. Pearce <spearce@spearce.org>
Fri, 21 Sep 2007 15:44:23 +0000 (21 11:44 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 22 Sep 2007 01:58:38 +0000 (21 21:58 -0400)
treed3485c30028286e5ec558d83a111d9cb0f745dc0
parent299077fb40eac1e128b7bc09d5d992960e6f11c2
git-gui: Ensure .git/info/exclude is honored in Cygwin workdirs

If we are using Cygwin and the git repository is actually a
workdir (by way of git-new-workdir) but this Tcl process is
a native Tcl/Tk and not the Cygwin Tcl/Tk then we are unable
to traverse the .git/info path as it is a Cygwin symlink and
not a standard Windows directory.

So we actually need to start a Cygwin process that can do the
path translation for us and let it test for .git/info/exclude
so we know if we can include that file in our git-ls-files or
not.

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