Commit Briefs


141c2bffb4 Stefan Sperling

abbreviate remote refs in output of 'got log'


a04f49d2f6 Stefan Sperling

include non-packed refs in results from got_ref_list()


76b4ead278 Stefan Sperling

add missing error checks in got_ref_list()


30c0868d39 Stefan Sperling

improve error codes in lib/reference.c


a808cfa5a7 Stefan Sperling

add GOT_ERR_BAD_REF_DATA


2aa0475caa Stefan Sperling

add got_error_not_ref()


e34f9ed6ad Stefan Sperling

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




1caad61b79 Stefan Sperling

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


0ae4af15cd Stefan Sperling

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


0bd18d379f Stefan Sperling

add potentially useful helpers for tag objects and refs


532920c816 Stefan Sperling

actually return once parse_packed_ref_line() succeeds


0dec1cc0f4 Stefan Sperling

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


c5f754cc3d Stefan Sperling

optimize code path for lookup of well-known refs


bd376bb34a Stefan Sperling

handle absolute refs being passed to open_packed_ref()


fb79db15f5 Stefan Sperling

add read support for packed refs


62d20534cc Stefan Sperling

remove redundant condition check in cmp_entries()


bad322f277 Stefan Sperling

make cmp_entries() operate on paths instead of structs



70e2377c02 Stefan Sperling

move definition of cmp_entries() closer to point of use


63de413661 Stefan Sperling

turns out in_same_subdir() check is mostly redundant


c18d206ea9 Stefan Sperling

simplify in_same_subdir()