• Show log

    Commit

  • Hash : bee423cc
    Author : Patrick Steinhardt
    Date : 2017-06-13T10:29:23

    tests: network: add missing include for `git_repository_new`
    
    A newly added test uses the `git_repository_new` function without the
    corresponding header file being included. While this works due to the
    compiler deducing the correct function signature, we should obviously
    just include the function's declaration file.