config_file.c
34.5 KB
-
config: handle realloc issues from larger depths · 53ea0513
As the include depth increases, the chance of a realloc increases. This means that whenever we run git_array_alloc() or call config_parse(), we need to remember what our reader's index is so we can look it up again.
Carlos Martín Nieto committed