Commits


remove tags from gotweb_ui.h for both gw_summary and gw_tag something is failing occasionally in gw_output_repo_tags which needs investigated


remove gw_tree from gotweb_ui.h


improve the output of gw_blame


remove unneeded return


improve the output of gw_blob


kcgi_strerror() takes an enum kcgi_err parameter, not a boolean expression


gw_kcgi_error() takes an enum kcgi_err parameter, not a boolean expression


move elements from gw_commits and gw_diff to their respective template files


fix my own build_folder logic error


clean up unused elements in gotweb_ui.h


remove gw_diff from gotweb_ui.h


return on error, don't set return_html


fix author and committer email in functions slated for deletion


better description of the effects of 'got rebase' in got.1 EXAMPLES


add back accidentally removed commiter title


remove gw_commits from gotweb_ui.h and clean up kerr conversions


add missing conversion from kcgi error code to got_error in gw_briefs()


remove gw_get_got_link function


fix broken build_folder logic


improve error checking for gw_get_repo_heads


migrate gw_summary from gotweb_ui.h to kcgihtml


add diff link to short log messages


improve gw_template error handling, remove gw_briefs from gotweb_ui and move to kcgihtml


revert 6b8a2b8fcd99c4365b1aa9513c0f0149beac2491; it broke 'n' (search next) In the log view, 'n' sometimes failed to search for the next matching commit and tog dead-locked. So a yield or mutex unlock/lock is required for search to work. Perhaps we need a different fix?


avoid leaking memory in gw_get_site_link()