diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-05-21 16:40:10 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-05-22 08:34:00 -0400 |
commit | 7f83aa2d3df0623984e265052f96e7172e3efbeb (patch) | |
tree | c88551a69ad709ad787b769e019b23152ec03de6 /Documentation/technical/api-in-core-index.txt | |
parent | git-gui: Add a --trace command line option (diff) | |
download | tgif-7f83aa2d3df0623984e265052f96e7172e3efbeb.tar.xz |
git-gui: Handle workdir detection when CYGWIN=nowinsymlinks
If the user has put nowinsymlinks into their CYGWIN environment
variable any symlinks created by a Cygwin process (e.g. ln -s)
will not have the ".lnk" suffix. In this case workdir is still
a workdir, but our detection of looking for "info.lnk" fails
as the symlink is actually a normal file called "info".
Instead we just always use Cygwin's test executable to see if
info/exclude is a file. If it is, we assume from there on it
can be read by git-ls-files --others and is thus safe to use
on the command line.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation/technical/api-in-core-index.txt')
0 files changed, 0 insertions, 0 deletions