Commits


turns out in_same_subdir() check is mostly redundant


simplify in_same_subdir()


eliminate code duplication in cmp_entries() and in_same_subdir()


eliminate redundant strlen() call inside in_same_subdir()


eliminate redundant strlen() call in cmp_entries()


eliminate code duplication in cmp_entries()


invert same subdir check in cmp_entries(); no functional change


remove unused parameter of in_same_subdir()


add more todo items


improve tog tree view page-up scrolling behaviour


fix scroll-up skipping over first displayed entry in tog tree view


remove unused field from struct tog_tree_view_state


fix page-down in tog tree view moves cursor beyond last item


tog: simplify loop condition in tree_scroll_down()


In got.1, clarify that 'got update' operates on current branch only.