Re: [PATCH v2 2/2] t5333: test memory leak when use pseudo-merge in boundary traversal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, May 30, 2025 at 5:42 PM Junio C Hamano <gitster@xxxxxxxxx> wrote:
> "Lidong Yan via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes:
> > +             export GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL=1 &&
>
> The test linter complains on this line for me, it seems.

To provide a bit more context:

    % (cd t && make test-lint-shell-syntax)

tells you that `export FOO=bar` is not portable and that it should
instead be written as:

    FOO=bar &&
    export FOO &&





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux