Converts an operating-system relative path to a Git relative path. See also gitPaths, sysPath, and sysPaths.
Git and git-annex commands use forward slash path separators regardless of platform. The gitPath function performs the conversion when necessary.
The relative path to convert.
The converted relative path.
Converts an operating-system relative path to a Git relative path. See also gitPaths, sysPath, and sysPaths.
Git and git-annex commands use forward slash path separators regardless of platform. The gitPath function performs the conversion when necessary.