Re: [PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo

2019-01-17 Thread Junio C Hamano
Christian Couder writes: > On Mon, Jan 7, 2019 at 1:53 PM Duy Nguyen wrote: >> >> On Sun, Jan 6, 2019 at 10:46 PM Christian Couder >> wrote: >> > >> > It looks like it is a copy-paste error made in 80f2a6097c >> > (t/helper: add test-ref-store to test ref-store functions, >> > 2017-03-26) to p

Re: [PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo

2019-01-16 Thread Christian Couder
On Mon, Jan 7, 2019 at 1:53 PM Duy Nguyen wrote: > > On Sun, Jan 6, 2019 at 10:46 PM Christian Couder > wrote: > > > > It looks like it is a copy-paste error made in 80f2a6097c > > (t/helper: add test-ref-store to test ref-store functions, > > 2017-03-26) to pass "old-sha1" instead of "new-sha1"

Re: [PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo

2019-01-07 Thread Duy Nguyen
On Sun, Jan 6, 2019 at 10:46 PM Christian Couder wrote: > > It looks like it is a copy-paste error made in 80f2a6097c > (t/helper: add test-ref-store to test ref-store functions, > 2017-03-26) to pass "old-sha1" instead of "new-sha1" to > notnull() when we get the new sha1 argument from > const c

[PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo

2019-01-06 Thread Christian Couder
It looks like it is a copy-paste error made in 80f2a6097c (t/helper: add test-ref-store to test ref-store functions, 2017-03-26) to pass "old-sha1" instead of "new-sha1" to notnull() when we get the new sha1 argument from const char **argv. Signed-off-by: Christian Couder --- t/helper/test-ref-