• Show log

    Commit

  • Hash : 95117d47
    Author : Edward Thomson
    Date : 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).