| Commit message (Expand) | Author | Age |
* | 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 |
* | Submodules are now supported by git-annex! | Joey Hess | 2015-03-02 |
* | When re-execing git-annex, use current program location, rather than ~/.confi... | Joey Hess | 2015-02-28 |
* | make programPath return FilePath not Maybe FilePath | Joey Hess | 2015-02-28 |
* | avoid crash when starting fsck --incremental when one is already running | Joey Hess | 2015-02-17 |
* | propigate ssh-options everywhere ssh caching is used | Joey Hess | 2015-02-12 |
* | The ssh-options git config is now used by gcrypt, rsync, and ddar special rem... | Joey Hess | 2015-02-12 |
* | Improve race recovery code when committing to git-annex branch. | Joey Hess | 2015-02-09 |
* | relFile does not have to be relative; rename to currFile | Joey Hess | 2015-02-06 |
* | use a Set | Joey Hess | 2015-01-28 |
* | implement annex.tune.branchhash1 | Joey Hess | 2015-01-28 |
* | implement annex.tune.objecthashlower | Joey Hess | 2015-01-28 |
* | import Data.Default in Common | Joey Hess | 2015-01-28 |
* | rework Differences data type | Joey Hess | 2015-01-28 |
* | Repository tuning parameters can now be passed when initializing a repository... | Joey Hess | 2015-01-27 |
* | Fix default repository description created by git annex init, which got broke... | Joey Hess | 2015-01-22 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | on second thought, InodeCache should use getFileSize | Joey Hess | 2015-01-20 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | Windows: Fix running of the pre-commit-annex hook. | Joey Hess | 2015-01-20 |
* | convert parentDir to be based on takeDirectory, but fixed for trailing / | Joey Hess | 2015-01-09 |