summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* typoGravatar Joey Hess2015-12-26
* deal with unlocked files when calling rsyncParamsRemoteGravatar Joey Hess2015-12-26
* check inode cache in prepSendAnnexGravatar Joey Hess2015-12-10
* Display progress meter in -J mode when downloading from the web.Gravatar Joey Hess2015-11-16
* refactorGravatar Joey Hess2015-11-16
* Display progress meter in -J mode when copying from a local git repo, to a lo...Gravatar Joey Hess2015-11-16
* concurrent-output, first passGravatar Joey Hess2015-11-04
* Avoid displaying network transport warning when a ssh remote does not yet hav...Gravatar Joey Hess2015-10-15
* fix various build warnings, mostly on WindowsGravatar Joey Hess2015-10-13
* add inAnnex check to local lockKeyGravatar Joey Hess2015-10-09
* improve display when lockcontent failsGravatar Joey Hess2015-10-09
* implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
* 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