Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dir.c: make git_fnmatch() not inline
Now that it calls a static inline function, it cannot be an inline definition with external linkage. Remove inline and make it an external definition. Signed-off-by: Charles Bailey <cbailey32@bloomberg.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information