aboutsummaryrefslogtreecommitdiff
path: root/Remote.hs
Commit message (Expand)AuthorAge
* type alias cleanupGravatar Joey Hess2011-12-31
* avoid syncing remotes configured annex-ignore, unless explicitly specifiedGravatar Joey Hess2011-12-31
* export remoteListGravatar Joey Hess2011-12-30
* skip repos without a description set when --in="" is specifiedGravatar Joey Hess2011-12-23
* more partial function removalGravatar Joey Hess2011-12-15
* status: Include all special remotes in the list of repositories.Gravatar Joey Hess2011-11-18
* safer inannex checkingGravatar Joey Hess2011-11-09
* cleanupGravatar Joey Hess2011-11-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* clean up read/show abuseGravatar Joey Hess2011-11-08
* fixGravatar Joey Hess2011-11-07
* add a UUID typeGravatar Joey Hess2011-11-07
* drop --from is now supported to remove file content from a remote.Gravatar Joey Hess2011-10-28
* avoid showing parens for empty descriptionsGravatar Joey Hess2011-10-27
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15
* reorganize log modulesGravatar Joey Hess2011-10-15
* minor syntax changesGravatar Joey Hess2011-10-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* less spaceGravatar Joey Hess2011-09-30
* When displaying a list of repositories, show git remote names in addition to ...Gravatar Joey Hess2011-09-30
* really fix referring to remotes by uuidGravatar Joey Hess2011-09-30
* Fix referring to remotes by uuid.Gravatar Joey Hess2011-09-30
* rework annex-ignore handlingGravatar Joey Hess2011-09-18
* refactorGravatar Joey Hess2011-09-06
* avoid showing json lists of remotes when not in json modeGravatar Joey Hess2011-09-02
* add json formatted list of remotesGravatar Joey Hess2011-09-01
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* hlint tweaksGravatar Joey Hess2011-07-15
* tweakGravatar Joey Hess2011-07-06
* factor out RemoteLogGravatar Joey Hess2011-07-05
* remove unused backend machineryGravatar Joey Hess2011-07-05
* add web special remoteGravatar Joey Hess2011-07-01
* refactorGravatar Joey Hess2011-06-23
* avoid unnecessary read of trust.logGravatar Joey Hess2011-06-23
* store trust.log and remote.log in the git-annex branchGravatar Joey Hess2011-06-22
* fixed logFileGravatar Joey Hess2011-06-22
* move LocationLog into Annex monad from IOGravatar Joey Hess2011-06-22
* Allow --trust etc to specify a repository by name, for temporarily trusting ...Gravatar Joey Hess2011-06-13
* refactorGravatar Joey Hess2011-06-02
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* releasing version 0.201105160.20110516Gravatar Joey Hess2011-05-16
* support remote config values with spaces and other charactersGravatar Joey Hess2011-05-16
* more monadic operator useGravatar Joey Hess2011-05-15
* hook special remote implemented, and testedGravatar Joey Hess2011-04-28
* rsync special remoteGravatar Joey Hess2011-04-27
* RemoteConfig typeGravatar Joey Hess2011-04-15