• Show log

    Commit

  • Hash : 53ea0513
    Author : Carlos Martín Nieto
    Date : 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.