aboutsummaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* fix windows buildGravatar Joey Hess2015-05-22
* better memoize core.sharedrepository handlingGravatar Joey Hess2015-05-19
* honor core.sharedRepository settings in lockContentGravatar Joey Hess2015-05-19
* fix inAnnexSafe result for direct file that is being droppedGravatar Joey Hess2015-05-19
* convert lockContent to use new LockPoolsGravatar Joey Hess2015-05-19
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* Stale transfer lock and info files will be cleaned up automatically when get/...Gravatar Joey Hess2015-05-12
* don't clean up transfer lock file when retrying transferGravatar Joey Hess2015-05-12
* Fix an unlikely race that could result in two transfers of the same key runni...Gravatar Joey Hess2015-05-12
* convert to using Utility.Lockfile for transfer lock filesGravatar Joey Hess2015-05-12
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * rename traverse to walk since Data.Traversable is imported by default in ghc ...Gravatar Joey Hess2015-05-10
| * fix build warning with ghc 7.10Gravatar Joey Hess2015-05-10
| * move nubbing into function whose algo needs a nubbed listGravatar Joey Hess2015-04-30
| * refactorGravatar Joey Hess2015-04-30
| * Make repo init more robust.Gravatar Joey Hess2015-04-20
| * When a key's size is unknown, still check the annex.diskreserve, and avoid ge...Gravatar Joey Hess2015-04-17
* | Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-04-14
|\|
| * a few hlintsGravatar Joey Hess2015-04-11
* | refactorGravatar Joey Hess2015-04-10
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
* | simplify and make more atomicGravatar Joey Hess2015-04-10
|/
* contentlocationn: New plumbing command.Gravatar Joey Hess2015-04-09
* followup to bug I cannot reproduce, and analysis based presumptive fixGravatar Joey Hess2015-04-09
* avoid using --literal-pathspecs with git older than 1.8.1 which added itGravatar Joey Hess2015-04-06
* Merge branch 'concurrentprogress'Gravatar Joey Hess2015-04-04
|\
| * well along the way to fully quiet --quietGravatar Joey Hess2015-04-04
| * avoid progress bar for url download with --quietGravatar Joey Hess2015-04-03
* | init: Improve fifo test to detect NFS systems that support fifos but not well...Gravatar Joey Hess2015-04-03
|/
* cleanupGravatar Joey Hess2015-03-30
* use --literal-pathspecs globally, as a better way to avoid globbingGravatar Joey Hess2015-03-30
* Fix bug introduced in the last release that broke git-annex sync when git-ann...Gravatar Joey Hess2015-03-27
* Improve error message when --in @date is used and there is no reflog for the ...Gravatar Joey Hess2015-03-26
* Added a post-update-annex hook, which is run after the git-annex branch is up...Gravatar Joey Hess2015-03-20
* fixup annex link target calculation when submodules are used in filesystems n...Gravatar Joey Hess2015-03-04
* Submodules are now supported by git-annex!Gravatar Joey Hess2015-03-02
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* make programPath return FilePath not Maybe FilePathGravatar Joey Hess2015-02-28
* avoid crash when starting fsck --incremental when one is already runningGravatar Joey Hess2015-02-17
* propigate ssh-options everywhere ssh caching is usedGravatar Joey Hess2015-02-12
* The ssh-options git config is now used by gcrypt, rsync, and ddar special rem...Gravatar Joey Hess2015-02-12
* Improve race recovery code when committing to git-annex branch.Gravatar Joey Hess2015-02-09
* relFile does not have to be relative; rename to currFileGravatar Joey Hess2015-02-06
* use a SetGravatar Joey Hess2015-01-28
* implement annex.tune.branchhash1Gravatar Joey Hess2015-01-28
* implement annex.tune.objecthashlowerGravatar Joey Hess2015-01-28
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* rework Differences data typeGravatar Joey Hess2015-01-28