Commits


migrate head html from gotweb_ui.h


fix segfault in got backout which include deleted files


switch 'tog tree' repository path argument to a new -r option


add a test for bug fixed in a0975128


spelling


properly handle lightweight tags


improve error display in TEMPL_CONTENT


eliminate gw_html_escape and use css for remaining newline breaks


fix 'got blame' and 'tog blame' on files added on worktree's current branch


properly skip non-repo dirss in gotweb repo path by masking related errors


ensure that we set a mime-type and display index if a blob is empty


also add the kcgi element ... whoops


add a href link to tag_commit on gw_summary


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