René Scharfe <l....@web.de> writes:

> -test_expect_success 'log --grep -i' '
> -     git log -i --grep=InItial --format=%H >actual &&
> -     test_cmp expect_initial actual
> -'
> +test_log     expect_initial  --grep initial
> +test_log     expect_nomatch  --grep InItial

This, and the next --author one, assumes that we will never break
"--grep=foo" without breaking "--grep foo".  That should be OK, but
we might want to add separate tests e.g.

        test_log expect_initial --grep=initial

perhaps?  I dunno.

Queued without any tweaks for now.  Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to