* [PATCH] doc/git-daemon: s/uploadarchive/uploadarch/
@ 2008-05-19 20:08 Jeff King
2008-05-19 20:34 ` Jon Loeliger
0 siblings, 1 reply; 2+ messages in thread
From: Jeff King @ 2008-05-19 20:08 UTC (permalink / raw)
To: Junio C Hamano; +Cc: lionel, git
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>
---
Personally, I think uploadarchive is much more readable, but it is too
late to tweak at this point.
Documentation/git-daemon.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index fd83bc7..cf261dd 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/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
----------------------------------------------------------------
--
1.5.5.1.447.g3a459
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc/git-daemon: s/uploadarchive/uploadarch/
2008-05-19 20:08 [PATCH] doc/git-daemon: s/uploadarchive/uploadarch/ Jeff King
@ 2008-05-19 20:34 ` Jon Loeliger
0 siblings, 0 replies; 2+ messages in thread
From: Jon Loeliger @ 2008-05-19 20:34 UTC (permalink / raw)
To: Jeff King; +Cc: Junio C Hamano, lionel, git
Jeff King wrote:
> 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>
> ---
> Personally, I think uploadarchive is much more readable,
Agreed.
> but it is too late to tweak at this point.
Oh, I don't know. We could introduce a better spelling if
we left the old, lesser spelling around for a compatibility period.
jdl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-19 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 20:08 [PATCH] doc/git-daemon: s/uploadarchive/uploadarch/ Jeff King
2008-05-19 20:34 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).