Commit b169cd522e796de3d47d5725d73ab5a0ed88ccf6

Patrick Steinhardt 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.