Re: [PATCH 0/2] Date test code clean-up

2019-09-09 Thread Junio C Hamano
"Stephen P. Smith" writes: > As part of a previous patch submission[1], a cleanup patch was > suggested to remove a now unnecessary passing of a date environment > variable to the production code. It looks like that the idea to realize that get_time() that is aware of GIT_TEST_DATE_NOW is always

[PATCH 0/2] Date test code clean-up

2019-09-08 Thread Stephen P. Smith
As part of a previous patch submission[1], a cleanup patch was suggested to remove a now unnecessary passing of a date environment variable to the production code. While the two patches in the set could easily be submitted as a single patch, I split the removal of the getenv() call into a second p