summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* hooked up git-annex-shell transferinfoGravatar Joey Hess2012-09-21
* fix logic error introduced yesterdayGravatar Joey Hess2012-09-21
* unify typesGravatar Joey Hess2012-09-21
* upload progress bar for git remote on same filesystemGravatar Joey Hess2012-09-20
* rsync progress interceptionGravatar Joey Hess2012-09-19
* add a progress callback to storeKey, and threaded it all the way throughGravatar Joey Hess2012-09-19
* renamed RsyncFile -> RsyncGravatar Joey Hess2012-09-19
* avoid starting a download for a local transfer when the remote already has th...Gravatar Joey Hess2012-09-18
* git http:// remotes are readonly tooGravatar Joey Hess2012-08-26
* add support for readonly remotesGravatar Joey Hess2012-08-26
* tweak field nameGravatar Joey Hess2012-08-26
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* add a path field to remotesGravatar Joey Hess2012-07-22
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* pass associatedfile and remoteuuid to git-annex-shellGravatar Joey Hess2012-07-02
* record transfer information on local git remotesGravatar Joey Hess2012-07-01
* Better fix for unavailable local remotesGravatar Joey Hess2012-06-26
* Avoid ugly failure mode when moving content from a local repository that is n...Gravatar Joey Hess2012-06-26
* suppress "(Recording state in git)" message when committing change to remote ...Gravatar Joey Hess2012-05-20
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
* Add annex.httpheaders and annex.httpheader-command config settingsGravatar Joey Hess2012-04-22
* in which I discover voidGravatar Joey Hess2012-04-21
* rationalize getConfigGravatar Joey Hess2012-03-22
* fun with symbolsGravatar Joey Hess2012-03-17
* nukes another 15 lines thanks to ifMGravatar Joey Hess2012-03-15
* Work around a bug in rsync (IMHO) introduced by openSUSE's SIP patch.Gravatar Joey Hess2012-03-12
* do a cleanup commit after moving data from or to a git remoteGravatar Joey Hess2012-02-25
* whereis: Prints the urls of files that the web special remote knows about.Gravatar Joey Hess2012-02-14
* When checking that an url has a key, verify that the Content-Length, if avail...Gravatar Joey Hess2012-02-10
* faster local-local droppingGravatar Joey Hess2012-01-28
* Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
* fsck --from remote --fastGravatar Joey Hess2012-01-20
* optimise fsck --from normal git remotesGravatar Joey Hess2012-01-19
* add tmp flag parameter to retrieveKeyFileGravatar Joey Hess2012-01-19
* reorgGravatar Joey Hess2012-01-10
* after is a better name for observe_Gravatar Joey Hess2012-01-03
* factor observe_Gravatar Joey Hess2012-01-03
* Added remote.name.annex-web-options configuration setting, which can be used ...Gravatar Joey Hess2012-01-02
* skip local remotes that are not available (ie, not mounted)Gravatar Joey Hess2011-12-31
* type alias cleanupGravatar Joey Hess2011-12-31
* better filtering out of special remotesGravatar Joey Hess2011-12-31
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out three modules from GitGravatar Joey Hess2011-12-13
* split out Annex/BranchState.hsGravatar Joey Hess2011-12-12
* optimiationGravatar Joey Hess2011-12-12
* ensure local remote is initialized when copying to itGravatar Joey Hess2011-12-10