Re: [PATCH v9 1/6] t5323: test cases for git-pack-redundant

2019-02-01 Thread Eric Sunshine
On Fri, Feb 1, 2019 at 4:03 PM Junio C Hamano wrote: > Eric Sunshine writes: > > On Fri, Feb 1, 2019 at 11:22 AM Jiang Xin wrote: > >> +# Note: DO NOT run it in a subshell, otherwise the variables will not be > >> set > > > > Which variables won't be set? It's not clear what this restriction is

Re: [PATCH v9 1/6] t5323: test cases for git-pack-redundant

2019-02-01 Thread Junio C Hamano
Eric Sunshine writes: > On Fri, Feb 1, 2019 at 11:22 AM Jiang Xin wrote: >> Add test cases for git pack-redundant to validate new algorithm for git >> pack-redundant. >> >> Signed-off-by: Jiang Xin >> --- >> diff --git a/t/t5323-pack-redundant.sh b/t/t5323-pack-redundant.sh >> @@ -0,0 +1,510 @@

Re: [PATCH v9 1/6] t5323: test cases for git-pack-redundant

2019-02-01 Thread Eric Sunshine
On Fri, Feb 1, 2019 at 11:22 AM Jiang Xin wrote: > Add test cases for git pack-redundant to validate new algorithm for git > pack-redundant. > > Signed-off-by: Jiang Xin > --- > diff --git a/t/t5323-pack-redundant.sh b/t/t5323-pack-redundant.sh > @@ -0,0 +1,510 @@ > +# Note: DO NOT run it in a su

[PATCH v9 1/6] t5323: test cases for git-pack-redundant

2019-02-01 Thread Jiang Xin
From: Jiang Xin Add test cases for git pack-redundant to validate new algorithm for git pack-redundant. Signed-off-by: Jiang Xin Reviewed-by: SZEDER Gábor Helped-by: Eric Sunshine Reviewed-by: Sun Chao Signed-off-by: Junio C Hamano --- t/t5323-pack-redundant.sh | 510 ++