aboutsummaryrefslogtreecommitdiff
path: root/Annex/Link.hs
Commit message (Expand)AuthorAge
* more lambda-case conversionGravatar Joey Hess2017-12-05
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* Avoid using a lot of memory when large objects are present in the git repositoryGravatar Joey Hess2016-10-05
* Preserve execute bits of unlocked files in v6 mode.Gravatar Joey Hess2016-04-14
* v6: Close pointer file handles more quickly, to avoid problems on Windows.Gravatar Joey Hess2016-04-04
* Sped up git-annex add in direct mode and v6 by using git hash-object --batch.Gravatar Joey Hess2016-03-14
* Correct git-annex info to include unlocked files in v6 repository.Gravatar Joey Hess2016-03-14
* Fix memory leak in last release, which affected commands like git-annex statu...Gravatar Joey Hess2016-02-19
* escape slashes in annex pointer filesGravatar Joey Hess2016-02-16
* force strict file readGravatar Joey Hess2016-02-15
* allow \r in pointer filesGravatar Joey Hess2016-02-15
* Windows: Fix v6 unlocked files to actually work.Gravatar Joey Hess2016-02-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* convert isPointerFile from Annex to IOGravatar Joey Hess2016-01-01
* always format pointer file with a trailing newlineGravatar Joey Hess2015-12-10
* refactor and improve pointer file handling codeGravatar Joey Hess2015-12-09
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* diffdriver: New git-annex command, to make git external diff drivers work wit...Gravatar Joey Hess2014-11-24
* Fix bug in automatic merge conflict resolutionGravatar Joey Hess2014-07-08
* add git annex view commandGravatar Joey Hess2014-02-18
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* hlintGravatar Joey Hess2013-09-25
* Fix inverted logic in last release's fix for data loss bug, that caused git-a...Gravatar Joey Hess2013-07-30
* avoid false positives when detecting core.symlinks=false symlink standin filesGravatar Joey Hess2013-07-20
* avoid reading files that are not symlinks when core.symlinks=falseGravatar Joey Hess2013-07-20
* avoid lazy read of file contentsGravatar Joey Hess2013-06-17
* typo in commentGravatar Joey Hess2013-06-17
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* convert from internal git path when checking symlink standin fileGravatar Joey Hess2013-05-14
* always try to read symlink; only fall back to looking inside fileGravatar Joey Hess2013-05-14
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
* deal with git using / internally, even on DOSGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* Update working tree files fully atomicallyGravatar Joey Hess2013-04-02
* set fileSystemEncoding when reading files that might be binaryGravatar Joey Hess2013-02-18
* typesGravatar Joey Hess2013-02-18
* fully support core.symlinks=false in all relevant symlink handling codeGravatar Joey Hess2013-02-17