Commit 95117d4744cf5a66f2bcde7991a925e9852d9b1e

Edward Thomson 2021-10-31T09:45:46

path: separate git-specific path functions from util Introduce `git_fs_path`, which operates on generic filesystem paths. `git_path` will be kept for only git-specific path functionality (for example, checking for `.git` in a path).