Junio C Hamano <gits...@pobox.com> writes:

> So here is the first of the two small/trivial patch series. 
>
> To prepare the first one, I did "git grep -e '\<NOT_' t/" to the
> result of applying Stepan's series and edited the hits manually.
> And then compared the result with running
>
>  $ perl -p -i -e 'if (!/\btest_set_prereq\s/) {
>        s/\bNOT_([A-Z]*)\b/!$1/g
>    }' t/t*.sh
>
> on Stepan's series to see if I missed anything.
>
> The second one was discovered while doing the manual fix mentioned
> above.
> ...
>  t/t1402-check-ref-format.sh   | 32 ++++++++++++++++----------------
>  t/test-lib.sh                 |  4 ----
>  15 files changed, 52 insertions(+), 56 deletions(-)

Unfortunately, t1402 needs more work X-<.
--
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