From: John Feuerstein <john@feurix.com>
To: "Hillel (Sabba) Markowitz" <sabbahillel@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: gitosis configuration question
Date: Tue, 08 Mar 2011 22:07:23 +0100 [thread overview]
Message-ID: <4D769A8B.7000606@feurix.com> (raw)
In-Reply-To: <AANLkTik1WFacXcxrWP3RQ26rXCaQphT1H-CAwKEz6Gx8@mail.gmail.com>
> [group mygroup]
> members = Bob Carol Ted Alice
> writable = base cover pot lid
>
> Is the following allowable?
>
> [group new group]
> members = Bob Carol Ted
> members = Alice
> writable = base
> cover
> pot
> lid
Gitosis is written in Python and uses the ConfigParser[1] module.
It allows line continuations in the style of RFC 822, see [2]:
foo = bar
baz
qux
Hope this helps,
John
[1] http://docs.python.org/library/configparser.html
[2] http://tools.ietf.org/html/rfc822.html#section-3.1.1
prev parent reply other threads:[~2011-03-08 21:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-08 18:46 gitosis configuration question Hillel (Sabba) Markowitz
2011-03-08 20:27 ` Drew Northup
2011-03-08 20:53 ` Jens Lehmann
2011-03-08 21:51 ` Hillel (Sabba) Markowitz
2011-03-08 21:07 ` John Feuerstein [this message]
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=4D769A8B.7000606@feurix.com \
--to=john@feurix.com \
--cc=git@vger.kernel.org \
--cc=sabbahillel@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.