Commit Briefs



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()



99fda3ad1a Stefan Sperling

eliminate redundant strlen() call inside in_same_subdir()


5d79cba5f4 Stefan Sperling

eliminate redundant strlen() call in cmp_entries()


6e8d14a311 Stefan Sperling

eliminate code duplication in cmp_entries()



f06111e55c Stefan Sperling

remove unused parameter of in_same_subdir()


43b7c71843 Stefan Sperling

add more todo items


67cc799185 Stefan Sperling

improve tog tree view page-up scrolling behaviour