• Show log

    Commit

  • Hash : 1a899008
    Author : Patrick Wang
    Date : 2020-05-26T20:36:13

    tests: index::version: write v4 index: re-open repo to read written v4 index
    
    The `git_index_free()` merely decrement the reference counter from 2 to
    1, and does not "free" the index.
    Thus, the following `git_repository_index()` merely increase the counter
    to 2, instead of read index from disk.
    The written index is not read and parsed, which makes this test case
    effectively becomes a no-op.