Commit Briefs

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



416a95c52d Stefan Sperling

remove unused field from struct tog_tree_view_state



46f0028c64 Stefan Sperling

tog: simplify loop condition in tree_scroll_down()




5d56da8198 Stefan Sperling

happy new copyright year



14bbd1f011 Stefan Sperling

remove redundant goto statement


e650241d3a Stefan Sperling

remove unused field from struct got_blob_object