Commits


ignore missing objects/pack dir in match_packed_object()


remove unused variable found in write_tree()


don't fail hard if 'objects/pack' directory does not exist in repo


fix path in got_repo_open() error message


remove another pointless call to got_path_normalize()


initial 'got import' implementation


new realpath(3) doesn't like receiving an empty path as input


fix bug where match_loose_object() skipped some objects


fix detection of ambiguous object ID match with pack files


disambiguate abbreviated object IDs based on object type


plug leaks in got_repo_match_object_id_prefix()


put error checks in right order


stop matching loose objects once we've searched past the ID prefix


speed up matching of abbreviated commit IDs in pack files


introduce support for abbreviated object IDs