aboutsummaryrefslogtreecommitdiff
path: root/Annex
Commit message (Expand)AuthorAge
* Fix setting/setting/viewing metadata that contains unicode or other special c...Gravatar Joey Hess2015-08-11
* cleanGravatar Joey Hess2015-08-04
* sshopts is never going to be null; the concat of it may beGravatar Joey Hess2015-08-04
* typoGravatar Joey Hess2015-08-04
* Windows: Fix bug that caused git-annex sync to fail due to missing environmen...Gravatar Joey Hess2015-08-04
* proxy: Fix proxy git commit of non-annexed files in direct mode.Gravatar Joey Hess2015-08-04
* windows build warning fixesGravatar Joey Hess2015-08-03
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* init: Detect when the filesystem is crippled such that it ignores attempts to...Gravatar Joey Hess2015-07-30
* avoid calling copy when file DNEGravatar Joey Hess2015-07-30
* Only look at reflogs for relevant branches, not for git-annex branchesGravatar Joey Hess2015-07-07
* unused: --used-refspec can now be configured to look at refs in the reflog. T...Gravatar Joey Hess2015-07-07
* refactor ls-tree paramsGravatar Joey Hess2015-07-06
* bugfix: Pass --full-tree when using git ls-files to get a list of files on th...Gravatar Joey Hess2015-07-06
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* Added new "anything" preferred content expression, which matches all versions...Gravatar Joey Hess2015-06-16
* Fix bug that prevented enumerating locally present objects in repos tuned wit...Gravatar Joey Hess2015-06-11
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ...Gravatar Joey Hess2015-06-03
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is...Gravatar Joey Hess2015-05-30
* 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