commit | ff4d67f395b3f4d1dc9810eeceb61585fea252cb | [log] [tgz] |
---|---|---|
author | Jay Conrod <jayconrod@gmail.com> | Fri Mar 23 18:34:24 2018 -0400 |
committer | Jay Conrod <jayconrod@google.com> | Fri Mar 23 18:57:19 2018 -0400 |
tree | a03684eaa5103d438c751bdf4733003c53122044 | |
parent | 3e75600bd0350ca63eb7aae18c0a68f98011d03a [diff] |
Evaluate symlinks in repo root (#166) Gazelle usually ignores symlinks, but it may follow them if they point to directories outside of the repo root (after all symlinks are resolved). With this change, Gazelle evaluates symlinks in the repo root. Without this, Gazelle incorrectly decides to follow symlinks.