On 2007.11.05 13:57:53 -0500, Kristian Høgsberg wrote:
Ah, damn. I (obviously) misread the error message as:
foo and (bar or bar2)
IOW "and" instead of the first comma.
Actually it should be:
if ((all && (interactive || also)) || (interactive && also))
(or whatever more simple version you come up with)
Note that there are only two commas. The asterisks catch everything and
$# won't be "t", so that catches anything with at least two t's.
Also note, that the two checks after that one in git-commit.sh as of the
current master (140dd77a5cb2e61dcb942e245a2474fae95e42a5) are broken
(I'll send a patch in a separate mail).
--include is not in the manpage, and I only glanced over git-commit.sh,
but yeah, at least to me, that sounds right.
Björn
-
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