summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* make --json-progress update meter when getting from git remote with rsyncGravatar Joey Hess2016-09-09
* remove TransferObserverGravatar Joey Hess2016-08-03
* fix warningGravatar Joey Hess2016-05-27
* enableremote: Remove annex-ignore configuration from a remote.Gravatar Joey Hess2016-05-24
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* Improve behavior when a just added http remote is not available during uuid p...Gravatar Joey Hess2016-05-03
* Fix duplicate progress meter display when downloading from a git remote over ...Gravatar Joey Hess2016-04-19
* fix drop hang reported by musicmatzeGravatar Joey Hess2016-04-18
* hard links on windowsGravatar Joey Hess2016-04-08
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* avoid hard linking object from other repository when annex.thin is setGravatar Joey Hess2016-01-13
* remove reundant isDirect checkGravatar Joey Hess2016-01-13
* 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