• Show log

    Commit

  • Hash : 193e7ce9
    Author : Patrick Steinhardt
    Date : 2019-01-23T15:42:07

    streams: make file-local functions static
    
    The callback functions that implement the `git_stream` structure are
    only used inside of their respective implementation files, but they are
    not marked as `static`. Fix this.