Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse_object_buffer: don't ignore errors from the object specific par…
…sing functions In the case of an malformed object, the object specific parsing functions would return an error, which is currently ignored. The object can be partial initialized in this case. This patch make parse_object_buffer propagate such errors. Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information