aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
Commit message (Expand)AuthorAge
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* a few last changes post xmpp removalGravatar Joey Hess2016-12-28
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Removed dependency on json library; all JSON is now handled by aeson.Gravatar Joey Hess2016-07-26
* unused importGravatar Joey Hess2016-07-26
* allow using Aeson for streaming JSON outputGravatar Joey Hess2016-07-26
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* Remove redundant Show constraintGravatar Gabor Greif2016-01-28
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* whereis --json: Urls are now listed inside the remote that claims them, rathe...Gravatar Joey Hess2016-01-15
* enableremote: List uuids and descriptions of remotes that can be enabled, and...Gravatar Joey Hess2015-10-26
* add a hint about syncing when unable to determine remote uuidGravatar Joey Hess2015-10-15
* verify local copy of content with lockingGravatar Joey Hess2015-10-09
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* info: Added json output for "backend usage", "numcopies stats", "repositories...Gravatar Joey Hess2015-06-16
* improve messagesGravatar Joey Hess2015-04-30
* info dir: Added information about repositories that contain files in the spec...Gravatar Joey Hess2015-04-12
* a few hlintsGravatar Joey Hess2015-04-11
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Fix wording of message displayed when unable to get a file that is available ...Gravatar Joey Hess2015-01-16
* remove unnecessary qualificationGravatar Joey Hess2015-01-16
* sync: Now supports remote groups, the same way git remote update does.Gravatar Joey Hess2014-12-29
* Revert "let url claims optionally include a suggested filename"Gravatar Joey Hess2014-12-11
* let url claims optionally include a suggested filenameGravatar Joey Hess2014-12-11
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* hlintGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* pushed checkPresent exception handling out of Remote implementationsGravatar Joey Hess2014-08-06
* assistant: When there are multiple remotes giving different ways to access th...Gravatar Joey Hess2014-05-19
* Simplified repository description line format. The remote name, if any, is al...Gravatar Joey Hess2014-04-26
* make git-remote-daemon ssh transport robustGravatar Joey Hess2014-04-09
* Commands that allow specifying which repository to act on using the repositor...Gravatar Joey Hess2014-03-13
* more hlintGravatar Joey Hess2014-02-11
* improve sync with xmpp and annex-ignoreGravatar Joey Hess2014-02-01
* sync --content: New option that makes the content of annexed files be transfe...Gravatar Joey Hess2014-01-19
* Fix bug that caused bad information to be written to the git-annex branch whe...Gravatar Joey Hess2013-11-09
* webapp: Improve UI around remote that have no annex.uuid set, either because ...Gravatar Joey Hess2013-11-07
* automatically launch git repository repairGravatar Joey Hess2013-10-27
* add remote fsck interfaceGravatar Joey Hess2013-10-11
* webapp: Fixed a bug where when a new remote is added, one file may fail to sy...Gravatar Joey Hess2013-09-29
* enabling rsync.net gcrypt reposGravatar Joey Hess2013-09-26
* sync: support gcrypt4.20130909Gravatar Joey Hess2013-09-09
* Remind user when annex-ignore is set for some remotes, if unable to get or dr...Gravatar Joey Hess2013-09-06
* Better error message when trying to use a git remote that has annex.ignore set.Gravatar Joey Hess2013-08-22
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* sync, assistant: Sync with remotes that have annex-ignore setGravatar Joey Hess2013-04-22
* detect when unwanted remote is empty and remove itGravatar Joey Hess2013-04-03