Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: simplify git_config_include()
Instead of using skip_prefix() to check the first part of the string and then strcmp() to check the rest, simply use strcmp() to check the whole string. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information