summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
Commit message (Expand)AuthorAge
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* webapp: Progess bar fixes for many types of special remotes.Gravatar Joey Hess2013-03-28
* add globallyAvailable to remotesGravatar Joey Hess2013-03-15
* split cost out into its own moduleGravatar Joey Hess2013-03-13
* Bugfix: Fix bug in inode cache sentinal check, which broke copying to local r...Gravatar Joey Hess2013-03-12
* copyToRemote should return True when the remote already has the keyGravatar Joey Hess2013-03-10
* print a warning message when garbage is received from configlistGravatar Joey Hess2013-03-04
* git subcommand cleanupGravatar Joey Hess2013-03-03
* Avoid passing -p to rsync, to interoperate with crippled filesystems.Gravatar Joey Hess2013-02-22
* safe recv-key in direct modeGravatar Joey Hess2013-01-11
* check for direct mode file change when copying from a local git remoteGravatar Joey Hess2013-01-10
* check for direct mode file change when copying to a local git remoteGravatar Joey Hess2013-01-10
* Special remotes now all rollback storage of keys that get modified during the...Gravatar Joey Hess2013-01-09
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* Merge branch 'master' into desymlinkGravatar Joey Hess2012-12-13
|\
| * whitespace fixesGravatar Joey Hess2012-12-13
* | direct mode committingGravatar Joey Hess2012-12-12
* | Got object sending working in direct mode.Gravatar Joey Hess2012-12-08
|/
* avoid unnecessary MaybeGravatar Joey Hess2012-11-30
* indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
* rsync special remote: Include annex-rsync-options when running rsync to test ...Gravatar Joey Hess2012-10-28
* Merge branch 'safesemaphore'Gravatar Joey Hess2012-10-20
|\
* | Automatically detect when a ssh remote does not have git-annex-shell installe...Gravatar Joey Hess2012-10-12
| * Remote/Git: Use SampleVar from SafeSemaphore instead of baseGravatar Ben Gamari2012-10-05
|/
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* remove now-unnecessary manual reapsGravatar Joey Hess2012-10-04
* 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