Commits


read repository owner name with gitconfig parser instead of a hand-rolled one


improve error handling for gw_get_clone_url()


fix fread(3) error check added in previous commit


proper error handling for gw_get_repo_description()


replace improperly removed break


add missed error catching in gotweb


goto done and remove erroneous break


typo


enable searching in tog diff view ok stsp


ignore EROFS during checkout for repositories on read-only filesystems


prepare local variable in open_diff_view and close_diff_view for diff view searching ok stsp


in gotweb, use the same binary file detection heuristic as grep(1); ok tracey


prevent null folder in blame hash link


add link to blame hash for blob of that commit


add conditional variable assignment operator to CHROOT_DIR


whoops, add back leading slash


stop compounding slashes on folder path


attempt to detect non-plain-text blob and download as file instead, otherwise display plain text in browser


remove blob css


remove html from blob output


add gw_blob to increase the usefulness of gw_tree


alternate color of tree lines to prepare for blob/blame conversion


missing error check in gw_display_index()


introduce gw_display_error so gw_display_index doesn't have double-duty


call khtml_close() in gw_display_index() even when an error occurred