Commit e54cf1a3eed8f2375b9e5d4dac9bf4ded57bdd01

Patrick Steinhardt 2017-05-24T11:07:20

path: expose `git_path_is_absolute` This function has previously been implemented in Windows-specific path handling code as `path__is_absolute`. As we will need this functionality in other parts, extract the logic into "path.h" alongside with a non-Windows implementation.