• Show log

    Commit

  • Hash : 0b3dfbf4
    Author : Patrick Steinhardt
    Date : 2018-08-09T11:13:59

    smart_pkt: reorder and rename parameters of `git_pkt_parse_line` The parameters of the `git_pkt_parse_line` function are quite confusing. First, there is no real indicator what the `out` parameter is actually all about, and it's not really clear what the `bufflen` parameter refers to. Reorder and rename the parameters to make this more obvious.