aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* use P2P protocol for dropGravatar Joey Hess2018-03-08
* refactor p2p remote action codeGravatar Joey Hess2018-03-08
* p2p ssh connection poolsGravatar Joey Hess2018-03-08
* make sure that lockContentShared is always paired with an inAnnex checkGravatar Joey Hess2018-03-07
* add remote.<name>.annex-checkuuidGravatar Joey Hess2018-01-10
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* Display progress meter when uploading a key without size informationGravatar Joey Hess2017-11-14
* fix process and FD leakGravatar Joey Hess2017-09-29
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* refactor ExportActionsGravatar Joey Hess2017-09-01
* add API for exportingGravatar Joey Hess2017-08-29
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* de-Maybe remoteGitConfigGravatar Joey Hess2017-05-11
* When a http remote does not expose an annex.uuid config, only warn about it o...Gravatar Joey Hess2017-03-29
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* sync hack to make updateInstead work on eg FATGravatar Joey Hess2017-02-17
* have onLocal stop any coprocesses, not only cat-fileGravatar Joey Hess2017-02-17
* Run ssh with -n whenever input is not being piped into itGravatar Joey Hess2017-02-15
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.Gravatar Joey Hess2016-12-09
* fixGravatar Joey Hess2016-12-09
* make clear that log is only updated after successful removalGravatar Joey Hess2016-12-09
* stub Remote.P2PGravatar Joey Hess2016-12-06
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* 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