summaryrefslogtreecommitdiff
path: root/Remote.hs
Commit message (Expand)AuthorAge
* 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
* hlintGravatar Joey Hess2013-04-03
* Fix several bugs caused by a bad Ord instance for Remote.Gravatar Joey Hess2013-03-16
* two types of byNameGravatar Joey Hess2013-03-05
* Bugfix: If the UUID of a remote is not known, prevent --from, --to, and other...Gravatar Joey Hess2013-03-04
* drop: Suggest using git annex move when numcopies prevents dropping a file.Gravatar Joey Hess2013-01-09
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* direct mode committingGravatar Joey Hess2012-12-12
* use trustExcludeGravatar Joey Hess2012-11-11
* indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
* hook up syncing togglesGravatar Joey Hess2012-10-12
* vicfg: New command, allows editing (or simply viewing) most of the repository...Gravatar Joey Hess2012-10-03
* refactorGravatar Joey Hess2012-08-26
* refactorGravatar Joey Hess2012-08-26
* tweak introGravatar Joey Hess2012-07-29
* add introGravatar Joey Hess2012-07-29
* Avoid ugly failure mode when moving content from a local repository that is n...Gravatar Joey Hess2012-06-26
* initremote: Automatically describe a remote when creating it.Gravatar Joey Hess2012-06-07
* noopGravatar Joey Hess2012-04-21
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* "here" can be used to refer to the current repository, which can read better ...Gravatar Joey Hess2012-03-01
* hlintGravatar Joey Hess2012-02-16
* whereis: Prints the urls of files that the web special remote knows about.Gravatar Joey Hess2012-02-14
* fsck --from remote --fastGravatar Joey Hess2012-01-20