Commit ca4db5f4a9e69a0ca7c22eda7656c5625582a2eb

Patrick Steinhardt 2017-10-13T13:11:35

object: implement function to parse raw data Now that we have implement functions to parse all git objects from raw data, we can implement a generic function `git_object__from_raw` to create a structure of type `git_object`. This allows us to parse and interpret objects from raw data without having to touch the ODB at all, which is especially useful for object verification prior to accepting them into the repository.