• Show log

    Commit

  • Hash : f9fd7105
    Author : Michael Schubert
    Date : 2012-06-25T15:26:38

    indexer: start parsing input data immediately
    
    Currently, the first call of git_indexer_stream_add adds the data to the
    underlying pack file and opens it for later use, but doesn't start
    parsing the already available data.
    This means, git_indexer_stream_finalize only works if
    git_indexer_stream_add was called at least twice. Kill this limitation
    by parsing available data immediately.