summaryrefslogtreecommitdiff
path: root/Git/FilePath.hs
Commit message (Collapse)AuthorAge
* work around msysgit very strange behavior on ./ or .\ at start of pathGravatar Joey Hess2013-12-04
| | | | | Seems that verify_path() rejects such a path on Windows, but I cannot see why. Git bug?
* use TopFilePath for DiffTree and LsTreeGravatar Joey Hess2013-10-17
|
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
| | | | | The latter is harder for me to remember, but avoids build failures in code used by the configure program.
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
|
* deal with git using / internally, even on DOSGravatar Joey Hess2013-05-12
|
* add support for staging other types of blobs, like symlinks, into the indexGravatar Joey Hess2012-06-06
Also added a utility TopFilePath type, which could stand to be used more widely.