Re: [PATCH 2/2] test_date.c: Remove reference to GIT_TEST_DATE_NOW

2019-09-09 Thread Junio C Hamano
Jeff King writes: > On Sun, Sep 08, 2019 at 06:47:11PM -0700, Stephen P. Smith wrote: > >> Remove the reference to the GIT_TEST_DATE_NOW which is done in date.c. >> The intialization of variable x with the value from GIT_TEST_DATE_NOW >> is unneeded since x is initalized by skip_prefix(). > > It

Re: [PATCH 2/2] test_date.c: Remove reference to GIT_TEST_DATE_NOW

2019-09-09 Thread Jeff King
On Sun, Sep 08, 2019 at 06:47:11PM -0700, Stephen P. Smith wrote: > Remove the reference to the GIT_TEST_DATE_NOW which is done in date.c. > The intialization of variable x with the value from GIT_TEST_DATE_NOW > is unneeded since x is initalized by skip_prefix(). It took me a minute to understan