From: Tilman Sauerbeck <tilman@code-monkey.de>
To: git@vger.kernel.org
Subject: Re: [PATCH] Added support for dropping privileges to git-daemon.
Date: Sat, 19 Aug 2006 15:29:24 +0200 [thread overview]
Message-ID: <20060819132922.GA6644@code-monkey.de> (raw)
In-Reply-To: <e5bfff550608190623j58de8c1cn6a9304249ee1ecb8@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
Marco Costalba [2006-08-19 15:23]:
> >
> >+ if (!user ^ !group)
> >+ die("either set both user and group or none of them");
> >+
> >
>
> Just a question. Why simply not
>
> if (user ^ group)
Because gcc doesn't like that:
error: invalid operands to binary ^
Regards,
Tilman
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-08-19 13:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-19 12:27 [PATCH] Added support for dropping privileges to git-daemon Tilman Sauerbeck
2006-08-19 13:23 ` Marco Costalba
2006-08-19 13:29 ` Tilman Sauerbeck [this message]
2006-08-19 15:19 ` Marco Costalba
2006-08-19 15:22 ` Marco Costalba
2006-08-19 17:15 ` Mitchell Blank Jr
2006-08-19 13:32 ` Johannes Schindelin
2006-08-19 17:25 ` Mitchell Blank Jr
2006-08-19 12:27 ` Tilman Sauerbeck
2006-08-22 6:38 ` Junio C Hamano
2006-08-22 17:37 ` Tilman Sauerbeck
2006-08-22 23:40 ` Junio C Hamano
2006-08-23 16:45 ` Tilman Sauerbeck
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=20060819132922.GA6644@code-monkey.de \
--to=tilman@code-monkey.de \
--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 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.