summaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* Support using v3 repositories without upgrading them to v5.Gravatar Joey Hess2016-10-05
* When auto-upgrading a v3 remote, avoid upgrading to version 6, instead keep i...Gravatar Joey Hess2016-10-05
* Avoid using a lot of memory when large objects are present in the git repositoryGravatar Joey Hess2016-10-05
* Optimisations to git-annex branch query and setting, avoiding repeated copies...Gravatar Joey Hess2016-09-29
* followupGravatar Joey Hess2016-09-29
* Optimisations to time it takes git-annex to walk working tree and find files ...Gravatar Joey Hess2016-09-26
* fix bugs in handing of deep branches with sync and adjusted branchesGravatar Joey Hess2016-09-21
* make --json-progress work for url downloadsGravatar Joey Hess2016-09-09
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* get -J: Download different files from different remotes when the remotes have...Gravatar Joey Hess2016-09-06
* remove TransferObserverGravatar Joey Hess2016-08-03
* Re-enable accumulating transfer failure log files for command-line actionsGravatar Joey Hess2016-08-03
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* Added metadata --batch option, which allows getting, setting, deleting, and m...Gravatar Joey Hess2016-07-27
* When built with ut uid-1.3.12, generate more random UUIDs than beforeGravatar Joey Hess2016-07-27
* --branch, stage 2Gravatar Joey Hess2016-07-20
* Avoid any access to keys database in v5 mode repositories, which are not sup...Gravatar Joey Hess2016-07-19
* Speed up startup time by caching the refs that have been merged into the git-...Gravatar Joey Hess2016-07-17
* handle SomeAsyncException same as AsyncExceptionGravatar Joey Hess2016-06-20
* fix build on windowsGravatar Joey Hess2016-06-13
* v6: Fix bad merge in an adjusted branch that resulted in an empty tree.Gravatar Joey Hess2016-06-13
* Make git clean filter preserve the backend that was used for a file.Gravatar Joey Hess2016-06-09
* Fix bug in initialization of clone from a repo with an adjusted branch that h...Gravatar Joey Hess2016-06-09
* also avoid crashing in most circumstances if unable to determine the usernameGravatar Joey Hess2016-06-08
* Fix bad automatic merge conflict resolution between an annexed file and a dir...Gravatar Joey Hess2016-06-07
* withAltRepo needs a separate queue of changesGravatar Joey Hess2016-06-03
* Fix initialization of a bare clone of a repo that has an adjusted branch chec...Gravatar Joey Hess2016-06-02
* refactor isBareRepoGravatar Joey Hess2016-06-02
* better avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
* avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
* Automatically enable v6 mode when initializing in a clone from a repo that ha...Gravatar Joey Hess2016-06-02
* sync --content: Fix bug that caused transfers of files to be made to a git r...Gravatar Joey Hess2016-06-02
* minor typo fixes throughoutGravatar Yaroslav Halchenko2016-06-02
* include 3 in upgradableVersionsGravatar Joey Hess2016-05-24
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* fix recent test suite reversionGravatar Joey Hess2016-05-23
* git's handing of relative GIT_INDEX_FILE is more insane than I thought; alway...Gravatar Joey Hess2016-05-22
* nub transitionList to avoid ugly message after repeated transitions, and avoi...Gravatar Joey Hess2016-05-18
* unify handling of unusual GIT_INDEX_FILE relative pathGravatar Joey Hess2016-05-17
* Fix crash when entering/changing view in a subdirectory of a repo that has a ...Gravatar Joey Hess2016-05-17
* use indexEnvGravatar Joey Hess2016-05-17
* Work around git bug in handling of relative path to GIT_INDEX_FILE when in a ...Gravatar Joey Hess2016-05-17
* avoid checking locations in regular repoGravatar Joey Hess2016-05-16
* adjust: Add --fix adjustment, which is useful when the git directory is in a ...Gravatar Joey Hess2016-05-16
* move keys db closure to AutoMergeGravatar Joey Hess2016-05-16
* adjust: If the adjusted branch already exists, avoid overwriting it, since it...Gravatar Joey Hess2016-05-13
* In the unusual configuration where annex.crippledfilesystem=true but core.sym...Gravatar Joey Hess2016-05-10
* improve commentGravatar Joey Hess2016-05-10
* Windows: Fix an over-long temp directory name.Gravatar Joey Hess2016-05-06
* fix build warning on windowsGravatar Joey Hess2016-05-05