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 | |
parent | 5ccb926b51b0a270c8b1d754dac78d2074e07bdf (diff) |
Added support for getting content from git remotes using http (and https).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn | 3 | ||||
-rw-r--r-- | doc/special_remotes.mdwn | 5 | ||||
-rw-r--r-- | doc/special_remotes/web.mdwn | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/bugs/support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn b/doc/bugs/support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn index a2e344c11..ba7dcad30 100644 --- a/doc/bugs/support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn +++ b/doc/bugs/support_bare_git_repo__44___with_the_annex_directory_exposed_to_http.mdwn @@ -15,3 +15,6 @@ I would like to be able to use the following commands to get a clone of the repo * git annex get This would allow contributors to quickly get a copy of our upstream repo and start contributing with minimal bandwidth/effort. + +> This is now supported.. I look forward to seeing your project using it! +> --[[Joey]] [[!tag done]] diff --git a/doc/special_remotes.mdwn b/doc/special_remotes.mdwn index afc6a2cf2..55cd1f1a0 100644 --- a/doc/special_remotes.mdwn +++ b/doc/special_remotes.mdwn @@ -1,6 +1,7 @@ Most [[backends]] can transfer data to and from configured git remotes. -Normally those remotes are normal git repositories (bare and non-bare), -that store the file contents in their own git annex directory. +Normally those remotes are normal git repositories (bare and non-bare; +local and remote), that store the file contents in their own git annex +directory. But, git-annex also extends git's concept of remotes, with these special types of remotes. These can be used just like any normal remote by git-annex. 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. |