git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lionel [Over-Blog]" <lionel@over-blog.com>
To: git@vger.kernel.org
Subject: Misspelled config directive in manual
Date: Mon, 19 May 2008 19:15:18 +0200	[thread overview]
Message-ID: <b4c5a4f30805191015j6405cf07ib439d5e05b7e2e60@mail.gmail.com> (raw)
In-Reply-To: <b4c5a4f30805191012v3601eb0ao710e190d133d276d@mail.gmail.com>

Hi all,

This is my first message to this list, well not only to say that I
love this tool, but mainly report a misspelled config directive in the
git-daemon manual (1.5.4.2).

It is said there to set the "uploadarchive" directive in the daemon
section to true. e.g :
[daemon]
        uploadpack = true
        uploadarchive = true
        receivepack = true

But in fact, the program expects "uploadarch" directive as below :

[daemon]
        uploadpack = true
        uploadarch = true
        receivepack = true

I spent some long minutes to figure this out, so it may help a lot if
this is corrected in the next version of the manual.

Regards,

--
Lionel TRESSENS
JFG Networks / over-blog.com

           reply	other threads:[~2008-05-19 17:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <b4c5a4f30805191012v3601eb0ao710e190d133d276d@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4c5a4f30805191015j6405cf07ib439d5e05b7e2e60@mail.gmail.com \
    --to=lionel@over-blog.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).