Re: [PATCH v6 1/4] commit test: Use test_config instead of git-config

2014-06-17 Thread Junio C Hamano
Junio C Hamano writes: > Caleb Thompson writes: > >> Some of the tests in t/t7507-commit-verbose.sh were still using >> git-config to set configuration. Change them to use the test_config >> helper. > > "were still using" is only a half of the story, and we need to be > more careful than that, t

Re: [PATCH v6 1/4] commit test: Use test_config instead of git-config

2014-06-17 Thread Junio C Hamano
Caleb Thompson writes: > Some of the tests in t/t7507-commit-verbose.sh were still using > git-config to set configuration. Change them to use the test_config > helper. "were still using" is only a half of the story, and we need to be more careful than that, though. > Signed-off-by: Caleb Thomp

[PATCH v6 1/4] commit test: Use test_config instead of git-config

2014-06-17 Thread Caleb Thompson
Some of the tests in t/t7507-commit-verbose.sh were still using git-config to set configuration. Change them to use the test_config helper. Signed-off-by: Caleb Thompson Reviewed-by: Jeremiah Mahler --- t/t7507-commit-verbose.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --