+ if (!user ^ !group) + die("either set both user and group or none of them"); +
Just a question. Why simply not if (user ^ group) - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html