diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 21:12:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 21:12:48 -0400 |
commit | e6752cc06424df18f3e14406674f9a630c3387ef (patch) | |
tree | 5d4457713953ea247c71f8e292dad501e21991f7 /doc/special_remotes | |
parent | 5ccb926b51b0a270c8b1d754dac78d2074e07bdf (diff) |
Added support for getting content from git remotes using http (and https).
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/web.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/special_remotes/web.mdwn b/doc/special_remotes/web.mdwn index 6991ce4e4..a969fb071 100644 --- a/doc/special_remotes/web.mdwn +++ b/doc/special_remotes/web.mdwn @@ -5,3 +5,7 @@ See [[walkthrough/using_the_web]] for usage examples. Currently git-annex only supports downloading content from the web; it cannot upload to it or remove content. + +This special remote uses arbitrary urls on the web as the source for content. +git-annex can also download content from a normal git remote, accessible by +http. |