-
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
To find the state of this project's repository at the time of any of these versions, check out the tags..