Re: [PATCH] Added support for dropping privileges to git-daemon.

From: Tilman Sauerbeck <tilman@code-monkey.de>
Date: 2006-08-19 23:29:24
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?

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Received on Sat Aug 19 23:30:05 2006

This archive was generated by hypermail 2.1.8 : 2006-08-19 23:30:51 EST