Skip to content

Commit

Permalink
doc/git-daemon: s/uploadarchive/uploadarch/
Browse files Browse the repository at this point in the history
The git-daemon upload-archive feature has always used the
config directive 'daemon.uploadarch'; the documentation
which came later seems to have just mistakenly used the
wrong name.

Noticed by lionel@over-blog.com.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed May 20, 2008
1 parent b7893cd commit 74190d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -257,7 +257,7 @@ selectively enable/disable services per repository::
----------------------------------------------------------------
[daemon]
uploadpack = false
uploadarchive = true
uploadarch = true
----------------------------------------------------------------


Expand Down

0 comments on commit 74190d2

Please sign in to comment.