diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-27 18:58:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-27 18:58:23 -0400 |
commit | 870b65f5242818698868cb23ea32b3d6dd6429d1 (patch) | |
tree | c3f07b1000a91c47354a63b88687e5c320d6b541 | |
parent | 6cfa306e8055b61b974c0cf6750ecd3a90feae66 (diff) |
tweak
-rw-r--r-- | doc/tips/setup_a_public_repository_on_a_web_site.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn index bebd56ce4..4acbfb3e8 100644 --- a/doc/tips/setup_a_public_repository_on_a_web_site.mdwn +++ b/doc/tips/setup_a_public_repository_on_a_web_site.mdwn @@ -15,7 +15,8 @@ Here's how I set it up. --[[Joey]] work, `git update-server-info` needs to get run after commits. So put it in the git `post-update` hook. 5. `git annex add; git commit -m added` -6. Instruct users to clone a http url that ends with the "/.git/" +6. Make sure users can still download files from the site directly. +7. Instruct advanced users to clone a http url that ends with the "/.git/" directory. For example, for downloads.kitenet.net, the clone url is `http://downloads.kitenet.net/.git/` |