Am 5/26/2011 17:11, schrieb Jeff King: > + if (mirror && !(mirror & MIRROR_FETCH) && track.nr) > + die("specifying branches to track makes no sense with non-fetch mirrors"); Don't proliferate no double negation. How about: + die("specifying branches to track makes sense only with fetch mirrors"); ? -- Hannes -- 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