| Commit message (Expand) | Author | Age |
* | remove redundant start message | Joey Hess | 2016-03-09 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | arrange for regional output manager to run when -J is enabled | Joey Hess | 2015-11-04 |
* | improve layout and comment | Joey Hess | 2015-10-15 |
* | add VerifiedCopy data type | Joey Hess | 2015-10-08 |
* | Do verification of checksums of annex objects downloaded from remotes. | Joey Hess | 2015-10-01 |
* | Improve bash completion, so it completes names of remotes and backends in app... | Joey Hess | 2015-09-14 |
* | sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the ... | Joey Hess | 2015-09-13 |
* | make sync --no-content be accepted | Joey Hess | 2015-08-20 |
* | sync: Support --jobs | Joey Hess | 2015-08-14 |
* | Simplify setup process for a ssh remote. | Joey Hess | 2015-08-05 |
* | sync --content: Fix bug that caused files to be uploaded to eg, more archive ... | Joey Hess | 2015-07-20 |
* | wip | Joey Hess | 2015-07-09 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | display cmdparamdesc in optparse-applicative usage messages | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | sync: When annex.autocommit=false, avoid making any commit of local changes, ... | Joey Hess | 2015-07-07 |
* | merge: Avoid creating the synced/master branch. | Joey Hess | 2015-07-07 |
* | move comment | Joey Hess | 2015-06-16 |
* | avoid building unused bloomfilter when run without --all | Joey Hess | 2015-06-16 |
* | on second thought, sync --content --unused is probably not useful, remove | Joey Hess | 2015-06-16 |
* | use bloom filter in second pass of sync --all --content | Joey Hess | 2015-06-16 |
* | Increased the default annex.bloomaccuracy from 1000 to 10000000 | Joey Hess | 2015-06-16 |
* | sync: Add support for --all and --unused. | Joey Hess | 2015-06-16 |
* | switch code to using associated files | Joey Hess | 2015-06-16 |
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported! | Joey Hess | 2015-04-10 |
* | sync: Fix committing when in a direct mode repo that has no HEAD ref. | Joey Hess | 2015-03-04 |
* | fix innaccurate comment | Joey Hess | 2015-03-04 |
* | sync: As well as the synced/git-annex push, attempt a git-annex:git-annex pus... | Joey Hess | 2015-02-27 |
* | propigate ssh-options everywhere ssh caching is used | Joey Hess | 2015-02-12 |
* | sync, assistant: Include repository name in head branch commit message. | Joey Hess | 2015-02-11 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | devblog | Joey Hess | 2015-01-13 |
* | handle sync's use of setCurrentDirectory to work with relative paths | Joey Hess | 2015-01-06 |
* | sync: Fix an edge case where syncing in a bare repository would try to merge ... | Joey Hess | 2015-01-05 |
* | sync: Now supports remote groups, the same way git remote update does. | Joey Hess | 2014-12-29 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | sync: Ensure that pending changes to git-annex branch are committed when in d... | Joey Hess | 2014-09-11 |
* | support commit.gpgsign | Joey Hess | 2014-07-04 |
* | assistant: Fix one-way assistant->assistant sync in direct mode. | Joey Hess | 2014-06-16 |
* | replace (Key, Backend) with Key | Joey Hess | 2014-04-17 |
* | sync, assistant, remotedaemon: Use ssh connection caching for git pushes and ... | Joey Hess | 2014-04-12 |
* | copy --fast --to remote: Avoid printing anything for files that are already b... | Joey Hess | 2014-03-13 |
* | sync: Automatically resolve merge conflict between and annexed file and a reg... | Joey Hess | 2014-03-04 |
* | factor out Annex.AutoMerge from Command.Sync | Joey Hess | 2014-03-04 |
* | improved direct mode dir/file conflicted merge resultion, using tree grafting | Joey Hess | 2014-03-04 |
* | much improved test and real fix for FAT symlink loss on conflicted merge | Joey Hess | 2014-03-04 |
* | finish fixing direct mode merge bug involving unstaged local files | Joey Hess | 2014-03-04 |
* | rename for clarity | Joey Hess | 2014-03-03 |