aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content.hs
Commit message (Expand)AuthorAge
* make sure that lockContentShared is always paired with an inAnnex checkGravatar Joey Hess2018-03-07
* fix windows buildGravatar Joey Hess2017-12-05
* honor annex.diskreserve when running youtube-dlGravatar Joey Hess2017-11-30
* rethought --relaxed changeGravatar Joey Hess2017-11-30
* youtube-dl workingGravatar Joey Hess2017-11-29
* add gitAnnexTmpWorkDir and withTmpWorkDirGravatar Joey Hess2017-11-29
* enable LambdaCase and convert around 10% of places that could use itGravatar Joey Hess2017-11-15
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-14
* Revert "use unix-compat 0.5 on windows"Gravatar Joey Hess2017-11-09
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-09
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* git annex get from exportsGravatar Joey Hess2017-09-04
* annex.securehashesonlyGravatar Joey Hess2017-02-27
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* make --json-progress work for url downloadsGravatar Joey Hess2016-09-09
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* reinject: When src file's content cannot be verified, leave it alone, instead...Gravatar Joey Hess2016-04-20
* Preserve execute bits of unlocked files in v6 mode.Gravatar Joey Hess2016-04-14
* hard links on windowsGravatar Joey Hess2016-04-08
* refactorGravatar Joey Hess2016-03-09
* Always try to thaw content, even when annex.crippledfilesystem is set.Gravatar Joey Hess2016-03-09
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* migrate and rekey v6 unlocked file supportGravatar Joey Hess2016-01-07
* use TopFilePath for associated filesGravatar Joey Hess2016-01-05
* convert isPointerFile from Annex to IOGravatar Joey Hess2016-01-01
* fix inode cache consistency bug when a merge unlocks a present fileGravatar Joey Hess2015-12-29
* fix windows buildGravatar Joey Hess2015-12-28
* annex.thinGravatar Joey Hess2015-12-27
* populate unlocked files with newly available content when ingestingGravatar Joey Hess2015-12-22
* make linkAnnex detect when the file changes as it's being copied/linked inGravatar Joey Hess2015-12-22
* implemented upgrade of direct mode repo to v6Gravatar Joey Hess2015-12-15
* update inode cache to cover file even when nothing needs to be done to linkAnnexGravatar Joey Hess2015-12-15
* checked getKeysPresent; it's ok for v6 unlocked filesGravatar Joey Hess2015-12-11
* finish v6 git-annex lockGravatar Joey Hess2015-12-11
* only make 1 hardlink max between pointer file and annex objectGravatar Joey Hess2015-12-11
* Merge branch 'master' into smudgeGravatar Joey Hess2015-12-11
|\
| * fsck: Failed to honor annex.diskreserve when checking a remote.Gravatar Joey Hess2015-12-11
* | wipGravatar Joey Hess2015-12-11
* | add generalized linkAnnex'Gravatar Joey Hess2015-12-10
* | check InodeCache in inAnnex et alGravatar Joey Hess2015-12-10
* | check inode cache in prepSendAnnexGravatar Joey Hess2015-12-10
* | make clear when code is using deprecated direct mode filesGravatar Joey Hess2015-12-09
* | reorderGravatar Joey Hess2015-12-09
* | use InodeCache when dropping a key to see if a pointer file can be safely resetGravatar Joey Hess2015-12-09
* | add inode cache to the dbGravatar Joey Hess2015-12-09
* | move InodeSentinal from direct mode code to its own moduleGravatar Joey Hess2015-12-09
* | link/copy pointer files to object content when it's addedGravatar Joey Hess2015-12-09
* | clean filter should update location log when adding new content to annexGravatar Joey Hess2015-12-04
* | basic clean filter workingGravatar Joey Hess2015-12-04
|/