• Show log

    Commit

  • Hash : c16556aa
    Author : Patrick Steinhardt
    Date : 2017-11-12T10:31:48

    indexer: introduce options struct to `git_indexer_new`
    
    We strive to keep an options structure to many functions to be able to
    extend options in the future without breaking the API. `git_indexer_new`
    doesn't have one right now, but we want to be able to add an option
    for enabling strict packfile verification.
    
    Add a new `git_indexer_options` structure and adjust callers to use
    that.