summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* 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
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* 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