| Commit message (Expand) | Author | Age |
* | Only look at reflogs for relevant branches, not for git-annex branches | Joey Hess | 2015-07-07 |
* | unused: --used-refspec can now be configured to look at refs in the reflog. T... | Joey Hess | 2015-07-07 |
* | refactor ls-tree params | Joey Hess | 2015-07-06 |
* | bugfix: Pass --full-tree when using git ls-files to get a list of files on th... | Joey Hess | 2015-07-06 |
* | use bloom filter in second pass of sync --all --content | Joey Hess | 2015-06-16 |
* | instance Hashable Key for bloomfilter | Joey Hess | 2015-06-16 |
* | Increased the default annex.bloomaccuracy from 1000 to 10000000 | Joey Hess | 2015-06-16 |
* | Added new "anything" preferred content expression, which matches all versions... | Joey Hess | 2015-06-16 |
* | Fix bug that prevented enumerating locally present objects in repos tuned wit... | Joey Hess | 2015-06-11 |
* | import --clean-duplicates: Fix bug that didn't count local or trusted repo's ... | Joey Hess | 2015-06-03 |
* | get --incomplete: New option to resume any interrupted downloads. | Joey Hess | 2015-06-02 |
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-06-01 |
* | sync, remotedaemon: Pass configured ssh-options even when annex.sshcaching is... | Joey Hess | 2015-05-30 |
* | fix windows build | Joey Hess | 2015-05-22 |
* | better memoize core.sharedrepository handling | Joey Hess | 2015-05-19 |
* | honor core.sharedRepository settings in lockContent | Joey Hess | 2015-05-19 |
* | fix inAnnexSafe result for direct file that is being dropped | Joey Hess | 2015-05-19 |
* | convert lockContent to use new LockPools | Joey Hess | 2015-05-19 |
* | use lock pools throughout git-annex | Joey Hess | 2015-05-19 |
* | Stale transfer lock and info files will be cleaned up automatically when get/... | Joey Hess | 2015-05-12 |
* | don't clean up transfer lock file when retrying transfer | Joey Hess | 2015-05-12 |
* | Fix an unlikely race that could result in two transfers of the same key runni... | Joey Hess | 2015-05-12 |
* | convert to using Utility.Lockfile for transfer lock files | Joey Hess | 2015-05-12 |
* | Avoid accumulating transfer failure log files unless the assistant is being u... | Joey Hess | 2015-05-12 |
* | Take space that will be used by running downloads into account when checking ... | Joey Hess | 2015-05-12 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | rename traverse to walk since Data.Traversable is imported by default in ghc ... | Joey Hess | 2015-05-10 |
| * | fix build warning with ghc 7.10 | Joey Hess | 2015-05-10 |
| * | move nubbing into function whose algo needs a nubbed list | Joey Hess | 2015-04-30 |
| * | refactor | Joey Hess | 2015-04-30 |
| * | Make repo init more robust. | Joey Hess | 2015-04-20 |
| * | When a key's size is unknown, still check the annex.diskreserve, and avoid ge... | Joey Hess | 2015-04-17 |
* | | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-04-14 |
|\| |
|
| * | a few hlints | Joey Hess | 2015-04-11 |
* | | refactor | Joey Hess | 2015-04-10 |
* | | get, move, copy, mirror: Concurrent downloads and uploads are now supported! | Joey Hess | 2015-04-10 |
* | | simplify and make more atomic | Joey Hess | 2015-04-10 |
|/ |
|
* | contentlocationn: New plumbing command. | Joey Hess | 2015-04-09 |
* | followup to bug I cannot reproduce, and analysis based presumptive fix | Joey Hess | 2015-04-09 |
* | avoid using --literal-pathspecs with git older than 1.8.1 which added it | Joey Hess | 2015-04-06 |
* | Merge branch 'concurrentprogress' | Joey Hess | 2015-04-04 |
|\ |
|
| * | well along the way to fully quiet --quiet | Joey Hess | 2015-04-04 |
| * | avoid progress bar for url download with --quiet | Joey Hess | 2015-04-03 |
* | | init: Improve fifo test to detect NFS systems that support fifos but not well... | Joey Hess | 2015-04-03 |
|/ |
|
* | cleanup | Joey Hess | 2015-03-30 |
* | use --literal-pathspecs globally, as a better way to avoid globbing | Joey Hess | 2015-03-30 |
* | Fix bug introduced in the last release that broke git-annex sync when git-ann... | Joey Hess | 2015-03-27 |
* | Improve error message when --in @date is used and there is no reflog for the ... | Joey Hess | 2015-03-26 |
* | Added a post-update-annex hook, which is run after the git-annex branch is up... | Joey Hess | 2015-03-20 |
* | fixup annex link target calculation when submodules are used in filesystems n... | Joey Hess | 2015-03-04 |