summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* initremote/enableremote: Basic support for using with regular git remotesGravatar Joey Hess2014-05-22
* factor out getRemoteGitConfigGravatar Joey Hess2014-05-16
* show a much longer message when annex-ignore is automatically set, to help th...Gravatar Joey Hess2014-05-16
* Bring back rsync -p, but only when git-annex is running on a non-crippled fil...Gravatar Joey Hess2014-04-17
* add desktop notificationsGravatar Joey Hess2014-03-22
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* Fix zombie leak and general inneficiency when copying files to a local git repo.Gravatar Joey Hess2014-03-06
* fix bare repo optimisation on WindowsGravatar Joey Hess2014-02-25
* add UrlOptions sum typeGravatar Joey Hess2014-02-24
* Make annex.web-options be used in several places that call curl.Gravatar Joey Hess2014-02-24
* Added ways to configure rsync options to be used only when uploading or downl...Gravatar Joey Hess2014-02-02
* reorgGravatar Joey Hess2014-01-26
* reorgGravatar Joey Hess2014-01-26
* Optimise non-bare http remotes; no longer does a 404 to the wrong url every t...Gravatar Joey Hess2014-01-26
* avoid needing a build-dep on hxt for Data.AssocListGravatar Joey Hess2014-01-14
* Fix a long-standing bug that could cause the wrong index file to be used when...Gravatar Joey Hess2014-01-14
* add GETAVAILABILITY to external special remote protocolGravatar Joey Hess2014-01-13
* gcrypt, bup: Fix bug that prevented using these special remotes with encrypti...Gravatar Joey Hess2013-11-02
* assistant: Support repairing git remotes that are locally accessibleGravatar Joey Hess2013-10-27
* fix remote fsck to run in remoteGravatar Joey Hess2013-10-14
* ye olde inverted logicGravatar Joey Hess2013-10-14
* add remote fsck interfaceGravatar Joey Hess2013-10-11
* url size fixesGravatar Joey Hess2013-10-11
* fix transferring to gcrypt repo from direct mode repoGravatar Joey Hess2013-10-01
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
* hlintGravatar Joey Hess2013-09-25
* add back lost check that git-annex-shell supports gcryptGravatar Joey Hess2013-09-24
* factor out more ssh stuff from git remoteGravatar Joey Hess2013-09-24
* better probing for gcrypt repositories using new --check optionGravatar Joey Hess2013-09-19
* Support hot-swapping of removable drives containing gcrypt repositories.Gravatar Joey Hess2013-09-12
* sync: support gcrypt4.20130909Gravatar Joey Hess2013-09-09
* ignore gcrypt remotes w/o an annex-uuidGravatar Joey Hess2013-09-08
* partially complete gcrypt remote (local send done; rest not)Gravatar Joey Hess2013-09-07
* automatically derive an annex-uuid from a gcrypt-uuidsGravatar Joey Hess2013-09-05
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* Fix checking when content is present in a non-bare repository accessed via http.Gravatar Joey Hess2013-07-18
* fix build on windowsGravatar Joey Hess2013-07-09
* Windows: Fix url to object when using a http remote.Gravatar Joey Hess2013-07-07
* Merge branch 'robustness'Gravatar Joey Hess2013-05-25
|\
| * improve robustness of fromDirect and replaceFileGravatar Joey Hess2013-05-25
* | Improve error handling when getting uuid of http remotes to auto-ignore, like...Gravatar Joey Hess2013-05-25
|/
* remove unnecessary bracketIOGravatar Joey Hess2013-05-19
* fixGravatar Joey Hess2013-05-14
* fix importsGravatar Joey Hess2013-05-14
* typoGravatar Joey Hess2013-05-14
* avoid running background transferinfo when ssh connection caching is not supp...Gravatar Joey Hess2013-05-14
* deal with Cygwin rsync paths issueGravatar Joey Hess2013-05-14
* rename moduleGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11