Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx> writes: > $ git grep '(' > fatal: unmatched parenthesis try this: git grep -e '(' The idea is that you can do things like git grep -e foo --and '(' -e bar --or -e boz ')' to build a boolean expression of expressions. -- Matthieu -- 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