summaryrefslogtreecommitdiff
path: root/Annex/Link.hs
Commit message (Expand)AuthorAge
* use ByteStrings when reading annex symlinks and pointersJoey Hess2019-01-14
* convert Git.HashObject to use ByteStringsJoey Hess2019-01-03
* import Utility.FileSystemEncoding in CommonJoey Hess2019-01-03
* strict bytestring encoders and decodersJoey Hess2019-01-01
* avoid update-index raceJoey Hess2018-08-17
* pass absolute path to update-indexJoey Hess2018-08-16
* narrow the race where a file gets modified before update-indexJoey Hess2018-08-16
* better index file refresh methodJoey Hess2018-08-16
* rename BlobType and add submodule to itJoey Hess2018-05-14
* more lambda-case conversionJoey Hess2017-12-05
* Always use filesystem encoding for all file and handle reads and writes.Joey Hess2016-12-24
* Avoid using a lot of memory when large objects are present in the git repositoryJoey Hess2016-10-05
* Preserve execute bits of unlocked files in v6 mode.Joey Hess2016-04-14
* v6: Close pointer file handles more quickly, to avoid problems on Windows.Joey Hess2016-04-04
* Sped up git-annex add in direct mode and v6 by using git hash-object --batch.Joey Hess2016-03-14
* Correct git-annex info to include unlocked files in v6 repository.Joey Hess2016-03-14
* Fix memory leak in last release, which affected commands like git-annex statu...Joey Hess2016-02-19
* escape slashes in annex pointer filesJoey Hess2016-02-16
* force strict file readJoey Hess2016-02-15
* allow \r in pointer filesJoey Hess2016-02-15
* Windows: Fix v6 unlocked files to actually work.Joey Hess2016-02-15
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* convert isPointerFile from Annex to IOJoey Hess2016-01-01
* always format pointer file with a trailing newlineJoey Hess2015-12-10
* refactor and improve pointer file handling codeJoey Hess2015-12-09
* update my email address and homepage urlJoey Hess2015-01-21
* diffdriver: New git-annex command, to make git external diff drivers work wit...Joey Hess2014-11-24
* Fix bug in automatic merge conflict resolutionJoey Hess2014-07-08
* add git annex view commandJoey Hess2014-02-18
* avoid using openFile when withFile can be usedJoey Hess2014-02-03
* hlintJoey Hess2013-09-25
* Fix inverted logic in last release's fix for data loss bug, that caused git-a...Joey Hess2013-07-30
* avoid false positives when detecting core.symlinks=false symlink standin filesJoey Hess2013-07-20
* avoid reading files that are not symlinks when core.symlinks=falseJoey Hess2013-07-20
* avoid lazy read of file contentsJoey Hess2013-06-17
* typo in commentJoey Hess2013-06-17
* fix the day's Windows permissions damageJoey Hess2013-05-14
* convert from internal git path when checking symlink standin fileJoey Hess2013-05-14
* always try to read symlink; only fall back to looking inside fileJoey Hess2013-05-14
* fix the day's windows permissions damageJoey Hess2013-05-12
* deal with git using / internally, even on DOSJoey Hess2013-05-12
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* clean up from windows portingJoey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* Update working tree files fully atomicallyJoey Hess2013-04-02
* set fileSystemEncoding when reading files that might be binaryJoey Hess2013-02-18
* typesJoey Hess2013-02-18
* fully support core.symlinks=false in all relevant symlink handling codeJoey Hess2013-02-17