Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd_config(): make a copy of path obtained from git_path()
The strings returned by git_path() are recycled after a while. Make a copy of the config filename rather than holding onto the return value from git_path(). Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information