export fromPath

Not used in git-annex, but I am using it in git-backup
This commit is contained in:
Joey Hess 2012-01-25 20:42:01 -04:00
parent 9b51ec9dbf
commit 3ca7cf5db1

View file

@ -9,6 +9,7 @@ module Git.Construct (
fromCurrent, fromCurrent,
fromCwd, fromCwd,
fromAbsPath, fromAbsPath,
fromPath,
fromUrl, fromUrl,
fromUnknown, fromUnknown,
localToUrl, localToUrl,