| Commit message (Expand) | Author | Age |
* | concurrent-output, first pass | Joey Hess | 2015-11-04 |
* | Avoid displaying network transport warning when a ssh remote does not yet hav... | Joey Hess | 2015-10-15 |
* | fix various build warnings, mostly on Windows | Joey Hess | 2015-10-13 |
* | add inAnnex check to local lockKey | Joey Hess | 2015-10-09 |
* | improve display when lockcontent fails | Joey Hess | 2015-10-09 |
* | implement lockContent for ssh remotes | Joey Hess | 2015-10-09 |
* | fix local dropping to not require extra locking of copies, but only that the ... | Joey Hess | 2015-10-09 |
* | fix lockKey to run callback in original Annex monad, not local remote's | Joey Hess | 2015-10-09 |
* | content locking during drop working for local git remotes | Joey Hess | 2015-10-09 |
* | add removeKey action to Remote | Joey Hess | 2015-10-08 |
* | add lockContentShared | Joey Hess | 2015-10-08 |
* | other 80% of avoding verification when hard linking to objects in shared repo | Joey Hess | 2015-10-02 |
* | avoid verification when hard linking to objects in shared repository | Joey Hess | 2015-10-02 |
* | Do verification of checksums of annex objects downloaded from remotes. | Joey Hess | 2015-10-01 |
* | refactor | Joey Hess | 2015-10-01 |
* | annex.hardlink extended to also try to use hard links when copying from the r... | Joey Hess | 2015-09-14 |
* | add some debugs to get timings | Joey Hess | 2015-08-13 |
* | Sped up downloads of files from ssh remotes, reducing the non-data-transfer o... | Joey Hess | 2015-08-13 |
* | remove debug print | Joey Hess | 2015-08-13 |
* | Simplify setup process for a ssh remote. | Joey Hess | 2015-08-05 |
* | Avoid accumulating transfer failure log files unless the assistant is being u... | Joey Hess | 2015-05-12 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | removed all uses of undefined from code base | Joey Hess | 2015-04-19 |
| * | Fix fsck --from a git remote in a local directory, and from a directory speci... | Joey Hess | 2015-04-18 |
* | | add filename to progress bar, and display ok/failed at end | Joey Hess | 2015-04-14 |
* | | add missing progress bar | Joey Hess | 2015-04-14 |
* | | only display built-in meters in parallel mode | Joey Hess | 2015-04-10 |
* | | use built-in progress meters for git when in parallel mode | Joey Hess | 2015-04-10 |
|/ |
|
* | propigate outer output state into inner state when running onLocal | Joey Hess | 2015-04-03 |
* | When re-execing git-annex, use current program location, rather than ~/.confi... | Joey Hess | 2015-02-28 |
* | comment | Joey Hess | 2015-02-09 |
* | implement annex.tune.objecthashlower | Joey Hess | 2015-01-28 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | add getFileSize, which can get the real size of a large file on Windows | Joey Hess | 2015-01-20 |
* | implemented old Richih wishlist about remote/uuid info | Joey Hess | 2015-01-13 |
* | revert parentDir change | Joey Hess | 2015-01-09 |
* | made parentDir return a Maybe FilePath; removed most uses of it | Joey Hess | 2015-01-06 |
* | fixed all remaining build warnings on Windows | Joey Hess | 2014-12-29 |
* | Expand checkurl to support recommended filename, and multi-file-urls | Joey Hess | 2014-12-11 |
* | Urls can now be claimed by remotes. This will allow creating, for example, a ... | Joey Hess | 2014-12-08 |
* | add stub claimUrl | Joey Hess | 2014-12-08 |
* | add per-remote-type info | Joey Hess | 2014-10-21 |
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
* | New annex.hardlink setting. Closes: #758593 | Joey Hess | 2014-09-05 |
* | Do not preserve permissions and acls when copying files from one local git re... | Joey Hess | 2014-08-26 |
* | use types to enforce that removeAnnex can only be called inside lockContent | Joey Hess | 2014-08-20 |
* | When accessing a local remote, shut down git-cat-file processes afterwards, t... | Joey Hess | 2014-08-20 |
* | testremote: Add testing of behavior when remote is not available | Joey Hess | 2014-08-10 |
* | fix checkPresent error handling for non-present local git repos | Joey Hess | 2014-08-08 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |