Commit 5d987f7d0378c04be5b25f8793b2d814fc1c6e5e

Patrick Steinhardt 2019-06-13T19:00:06

config_file: refactor `do_match_gitdir` to improve readability The function `do_match_gitdir` has some horribly named parameters and variables. Rename them to improve readability. Furthermore, fix a potentially undetected out-of-memory condition when appending "**" to the pattern.