Commit 53ea0513716a8d1e1bc1347cca5a333e26ca9f1e

Carlos Martín Nieto 2013-09-07T19:07:39

config: handle realloc issues from larger depths 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.