Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t7502: do not globally unset GIT_COMMITTER_* environment variables
One particular test wants to check the behaviour of the command when these variables are not set, but the later tests should have the reliable committer identity for repeatable tests. Move the "unset" of the variables inside a subshell in the test that wants to unset them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information