On Wed, Jul 18, 2018 at 6:04 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * es/test-lint-one-shot-export (2018-07-16) 5 commits > (merged to 'next' on 2018-07-18 at 26a6124963) > + t/check-non-portable-shell: detect "FOO=bar shell_func" > + t/check-non-portable-shell: make error messages more compact > + t/check-non-portable-shell: stop being so polite > + t6046/t9833: fix use of "VAR=VAL cmd" with a shell function > + Merge branch 'jc/t3404-one-shot-export-fix' into es/test-lint-one-shot-export > (this branch uses jc/t3404-one-shot-export-fix.) > > Look for broken use of "vAR=VAL shell_func" in test scripts as part > of test-lint. s/vAR/VAR/ > * bb/pedantic (2018-07-09) 8 commits > (merged to 'next' on 2018-07-18 at e9d075e8ed) > + utf8.c: avoid char overflow > + string-list.c: avoid conversion from void * to function pointer > + sequencer.c: avoid empty statements at top level > + convert.c: replace "\e" escapes with "\033". > + fixup! refs/refs-internal.h: avoid forward declaration of an enum > + refs/refs-internal.h: avoid forward declaration of an enum > + fixup! connect.h: avoid forward declaration of an enum > + connect.h: avoid forward declaration of an enum I guess the two fixup!'s were meant to be squashed (and it's probably too late to do so now?).