Commit Briefs

7c7a66bd97 Thomas Adam

fix build with -DGOT_NO_OBJ_CACHE

ok stsp


8331683470 Thomas Adam

plug realloc memleak and style(9) fixes in expand_tab()

fixes and ok from tb@


f91a2b483b Thomas Adam

move horizontal line scrolling logic into format_line() for easier reuse

ok op@


4122562d73 Thomas Adam

fix an off-by-one in tog's draw_file() causing wrong diff output

This issue caused empty lines added in diffs to be displayed without leading + in the diff view. Problem found by op@ ok op jamsek



331b1a1699 Thomas Adam

fix horizontal scrolling of unicode in tog log view

ok jamsek


02bce7e239 Thomas Adam

fix horizontal scrolling bug in the blame view

ok op@, jamsek


84227eb1cd Thomas Adam

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

Patch by Mark Jamsek


05171be424 Thomas Adam

implement horizontal scrolling for tog diff, blame, and log views

Patch by Mark Jamsek


3b5e1554e5 Thomas Adam

style: remove double semicolon


a6da5f6b0d Thomas Adam

revert "clear the rest of the pack_fds pointers"

There is no need to clear local variables before returning from a function. ok tracey


4f1ecad819 Thomas Adam

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

ok tracey


df67eb78ca Thomas Adam

clear the rest of the pack_fds pointers


1b4d350c1e Thomas Adam

clear gw_trans->pack_fds pointer in gotweb


e0fb2ce217 Thomas Adam

fix recent regression in gotweb for pack_fds






1af5eddf22 Thomas Adam

fix handling of pack_fds used by tog's log thread


7cd528337b Thomas Adam

move got_opentempfd out of got_repo_open. ok stsp@

thanks for all the help massaging this diff


04cdf6acc3 Thomas Adam

check for errors from fclose() in patch_file()


25054c242b Thomas Adam

plug memory and fd leak in got patch


23427b1425 Thomas Adam

re-add u/d keybindings as aliases for Ctrl-u/d, matching more(1) and less(1)

patch by Mikhail


8f3ec65d21 Thomas Adam

fix a harmless off-by-one from previous commit