Commits


fix horizontal scrolling of unicode in tog log view ok jamsek


fix horizontal scrolling bug in the blame view ok op@, jamsek


show last-modified date in the "tog ref" view if the 'm' key is pressed Patch by Mark Jamsek


implement horizontal scrolling for tog diff, blame, and log views Patch by Mark Jamsek


style: remove double semicolon


revert "clear the rest of the pack_fds pointers" There is no need to clear local variables before returning from a function. ok tracey


fix D_GOTWWW default path; gotweb can now run without a config file again ok tracey


clear the rest of the pack_fds pointers


clear gw_trans->pack_fds pointer in gotweb


fix recent regression in gotweb for pack_fds


using a local packfd variable in open_worktree() is sufficient


remove pointless assignment at the end of got_repo_pack_fds_close()


don't look for close() errors if opentemp() failed in got_repo_pack_fds_open()


clear pack_fds pointer in tog's stop_blame() after closing


fix handling of pack_fds used by tog's log thread