summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
commitfeeb1be0ecb7af3956ed418f425ffd6c10bd2d9e (patch)
tree5c21c5ca9b7065c2dee0060f2db81cd58f00baf6 /git-daemon.txt
parent0f7b5a99cef87c294a3c3591b4990ca4077b0d0a (diff)
downloadgit-htmldocs-feeb1be0ecb7af3956ed418f425ffd6c10bd2d9e.tar.gz
Autogenerated HTML docs for v1.5.5.1-357-g1af8b
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index fd83bc783..cf261dd40 100644
--- a/git-daemon.txt
+++ b/git-daemon.txt
@@ -174,7 +174,7 @@ upload-pack::
upload-archive::
This serves `git-archive --remote`. It is disabled by
default, but a repository can enable it by setting
- `daemon.uploadarchive` configuration item to `true`.
+ `daemon.uploadarch` configuration item to `true`.
receive-pack::
This serves `git-send-pack` clients, allowing anonymous
@@ -257,7 +257,7 @@ selectively enable/disable services per repository::
----------------------------------------------------------------
[daemon]
uploadpack = false
- uploadarchive = true
+ uploadarch = true
----------------------------------------------------------------