• Edward Muller's avatar
    Don't use git rev-parse --show-toplevel · 446e2f61
    Edward Muller authored
    `git rev-parse --show-toplevel` resolved symlinks, so don't use it. This
    has caused so many problems. :-(
    
    So instead we'll use `git rev-parse --show-cdup`, which outputs relative
    paths to the root or an empty string. This wrapped in an Abs() should
    get us what we want.
    446e2f61