Commits


include non-packed refs in results from got_ref_list()


add missing error checks in got_ref_list()


improve error codes in lib/reference.c


add GOT_ERR_BAD_REF_DATA


add got_error_not_ref()


in 'got log' output, abbreviate ref names under heads/


make 'got log' show packed refs and HEAD ref (pther refs not shown yet)


Support tags in Linux git repo which do not carry name of tagger.


make 'got log' resolve tags in -c option argument


add missing error check in got-raed-pack's tag_request()


add potentially useful helpers for tag objects and refs


actually return once parse_packed_ref_line() succeeds


parse packed refs in a single pass over packed-refs file


optimize code path for lookup of well-known refs


handle absolute refs being passed to open_packed_ref()