aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
...
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* fix lockKey to run callback in original Annex monad, not local remote'sGravatar Joey Hess2015-10-09
* content locking during drop working for local git remotesGravatar Joey Hess2015-10-09
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* avoid verification when hard linking to objects in shared repositoryGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* refactorGravatar Joey Hess2015-10-01
* annex.hardlink extended to also try to use hard links when copying from the r...Gravatar Joey Hess2015-09-14
* add some debugs to get timingsGravatar Joey Hess2015-08-13
* Sped up downloads of files from ssh remotes, reducing the non-data-transfer o...Gravatar Joey Hess2015-08-13
* remove debug printGravatar Joey Hess2015-08-13
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
| * Fix fsck --from a git remote in a local directory, and from a directory speci...Gravatar Joey Hess2015-04-18
* | add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* | add missing progress barGravatar Joey Hess2015-04-14
* | only display built-in meters in parallel modeGravatar Joey Hess2015-04-10
* | use built-in progress meters for git when in parallel modeGravatar Joey Hess2015-04-10
|/
* propigate outer output state into inner state when running onLocalGravatar Joey Hess2015-04-03
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* commentGravatar Joey Hess2015-02-09
* implement annex.tune.objecthashlowerGravatar Joey Hess2015-01-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* implemented old Richih wishlist about remote/uuid infoGravatar Joey Hess2015-01-13
* revert parentDir changeGravatar Joey Hess2015-01-09
* made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* Expand checkurl to support recommended filename, and multi-file-urlsGravatar Joey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* add stub claimUrlGravatar Joey Hess2014-12-08
* add per-remote-type infoGravatar Joey Hess2014-10-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* When accessing a local remote, shut down git-cat-file processes afterwards, t...Gravatar Joey Hess2014-08-20
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* fix checkPresent error handling for non-present local git reposGravatar Joey Hess2014-08-08
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* make testremote work with gcrypt reposGravatar Joey Hess2014-08-04
* finally properly fixed ssh zombie leakGravatar Joey Hess2014-08-03
* optimise handling of unavailable reposGravatar Joey Hess2014-07-15
* catch exception when repo is really not availableGravatar Joey Hess2014-07-15
* sync: Fix git sync with local git remotes even when they don't have an annex....Gravatar Joey Hess2014-07-15