• Show log

    Commit

  • Hash : b169cd52
    Author : Patrick Steinhardt
    Date : 2020-02-07T12:13:42

    pack-objects: check return code of `git_zstream_set_input`
    
    While `git_zstream_set_input` cannot fail right now, it might change in
    the future if we ever decide to have it check its parameters more
    vigorously. Let's thus check whether its return code signals an error.