summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-01 11:17:39 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-01 11:17:39 +0000
commitdbb64591ddf30b577662e7021a39b24b3fac6177 (patch)
tree0338b6792415ac826f6b2da8d79f2726acf0a0aa /git-daemon.txt
parent21e7f9c0020a4f8aa39715acfabba4b5419f6bd4 (diff)
downloadgit-htmldocs-dbb64591ddf30b577662e7021a39b24b3fac6177.tar.gz
Autogenerated HTML docs for v1.5.3-rc7-30-g947ad2
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index efdcdadea..99e47c9c2 100644
--- a/git-daemon.txt
+++ b/git-daemon.txt
@@ -248,16 +248,16 @@ a subdirectory for each virtual host IP address supported.
Repositories can still be accessed by hostname though, assuming
they correspond to these IP addresses.
-
-To enable `git-archive --remote` and disable `git-fetch` against
-a repository, have the following in the configuration file in the
-repository (that is the file 'config' next to 'HEAD', 'refs' and
-'objects').
+selectively enable/disable services per repository::
+ To enable `git-archive --remote` and disable `git-fetch` against
+ a repository, have the following in the configuration file in the
+ repository (that is the file 'config' next to 'HEAD', 'refs' and
+ 'objects').
+
----------------------------------------------------------------
-[daemon]
- uploadpack = false
- uploadarchive = true
+ [daemon]
+ uploadpack = false
+ uploadarchive = true
----------------------------------------------------------------