Matt Kraai schrieb: > "git grep" would segfault if its -f option was used because it would > try to use an uninitialized strbuf, so initialize the strbuf. Thanks for noticing and for the patch. But... > +test_expect_success 'grep should not segfault with -f' ' > + test_must_fail git grep -f /dev/null > +' there must be a better way to test whether grep -f behaves correctly. -- 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