Skip to content

Commit 74190d2

Browse files
peffgitster
authored andcommitted
doc/git-daemon: s/uploadarchive/uploadarch/
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 [email protected]. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b7893cd commit 74190d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-daemon.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ upload-pack::
174174
upload-archive::
175175
This serves `git-archive --remote`. It is disabled by
176176
default, but a repository can enable it by setting
177-
`daemon.uploadarchive` configuration item to `true`.
177+
`daemon.uploadarch` configuration item to `true`.
178178

179179
receive-pack::
180180
This serves `git-send-pack` clients, allowing anonymous
@@ -257,7 +257,7 @@ selectively enable/disable services per repository::
257257
----------------------------------------------------------------
258258
[daemon]
259259
uploadpack = false
260-
uploadarchive = true
260+
uploadarch = true
261261
----------------------------------------------------------------
262262

263263

0 commit comments

Comments
 (0)