summaryrefslogtreecommitdiff
path: root/Annex/ReplaceFile.hs
Commit message (Expand)AuthorAge
* push RawFilePath down into Annex.ReplaceFileJoey Hess2023-10-26
* improve createDirectoryUnder to allow alternate top directoriesJoey Hess2022-08-12
* use RawFilePath version of renameJoey Hess2022-06-22
* fix test suiteJoey Hess2021-08-02
* more RawFilePath conversionJoey Hess2020-10-29
* refactorJoey Hess2020-03-06
* convert replaceFile to createDirectoryUnderJoey Hess2020-03-06
* avoid build warning on Windows about unused importJoey Hess2019-05-23
* update licenses from GPL to AGPLJoey Hess2019-03-13
* misctmp cleanupJoey Hess2019-01-17
* narrow the race where a file gets modified before update-indexJoey Hess2018-08-16
* finally really add back custom-setup stanzaJoey Hess2017-12-31
* Windows: Fix an over-long temp directory name.Joey Hess2016-05-06
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* annex.thinJoey Hess2015-12-27
* fix temp filenameJoey Hess2015-12-06
* avoid too long temp dir templateJoey Hess2015-12-06
* fix replaceFile makeAnnexLink raceJoey Hess2015-11-06
* update my email address and homepage urlJoey Hess2015-01-21
* revert parentDir changeJoey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itJoey Hess2015-01-06
* fix some mixed space+tab indentationJoey Hess2014-10-09
* direct: Avoid leaving file content in misctemp if interrupted.Joey Hess2014-08-15
* direct: Fix ugly warning messages.Joey Hess2014-08-12
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* direct: Fix handling of case where a work tree subdirectory cannot be written...Joey Hess2014-07-10
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Joey Hess2014-02-26
* Fix a few bugs involving filenames that are at or near the filesystem's maxim...Joey Hess2013-07-30
* improve robustness of fromDirect and replaceFileJoey Hess2013-05-25
* test suite passes in direct modeJoey Hess2013-05-17