Thread (3 messages) 3 messages, 3 authors, 2025-05-31

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

From: lidongyan <hidden>
Date: 2025-05-31 03:18:47

2025年5月31日 05:50,Eric Sunshine [off-list ref] 写道:
On Fri, May 30, 2025 at 5:42 PM Junio C Hamano [off-list ref] wrote:
quoted
"Lidong Yan via GitGitGadget" [off-list ref] writes:
quoted
+             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)
Thanks, I should run this before submit.
tells you that `export FOO=bar` is not portable and that it should
instead be written as:

   FOO=bar &&
   export FOO &&
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help