5 years ago 5bda3ef837 Stefan Sperling
extend 'backout' tests; covers segfault found by semarie@ (fixed in 3c24af98)
5 years ago 833eae2911 Tracey Emery
remove my migration comments guides
5 years ago 63ee0dcac0 Tracey Emery
migrate minor elements from gotweb_ui.h
5 years ago 4ae179a227 Tracey Emery
remove gw_get_site_link from gotweb_ui
5 years ago 9eed6f1081 Tracey Emery
remove gw_summary heads from gotweb_ui.h
5 years ago aaed579298 Tracey Emery
migrate head html from gotweb_ui.h
5 years ago 3c24af982c Tracey Emery
fix segfault in got backout which include deleted files
5 years ago 74283ab8e5 Stefan Sperling
switch 'tog tree' repository path argument to a new -r option
5 years ago db32465dae Stefan Sperling
add a test for bug fixed in a0975128
5 years ago 992eb9d896 Tracey Emery
spelling
5 years ago ef2c200c9b Tracey Emery
properly handle lightweight tags
5 years ago 0d100d0b10 Tracey Emery
improve error display in TEMPL_CONTENT
5 years ago 78a9dab553 Tracey Emery
eliminate gw_html_escape and use css for remaining newline breaks
5 years ago a097512813 Stefan Sperling
fix 'got blame' and 'tog blame' on files added on worktree's current branch
5 years ago 7bf16821ab Stefan Sperling
properly skip non-repo dirss in gotweb repo path by masking related errors
5 years ago 00c42163d9 Stefan Sperling
ensure that we set a mime-type and display index if a blob is empty
5 years ago 056e30c8ae Tracey Emery
also add the kcgi element ... whoops
5 years ago dad0fde4b4 Tracey Emery
add a href link to tag_commit on gw_summary
5 years ago 38b240fba2 Tracey Emery
something is failing occasionally in gw_output_repo_tags which needs investigated
5 years ago 626b25b61a Tracey Emery
remove gw_tree from gotweb_ui.h
5 years ago 9a9d12ca5b Tracey Emery
improve the output of gw_blame
5 years ago 889ff35630 Tracey Emery
remove unneeded return
5 years ago e0857cfe46 Tracey Emery
improve the output of gw_blob
5 years ago 7afec89149 Stefan Sperling
kcgi_strerror() takes an enum kcgi_err parameter, not a boolean expression
5 years ago 2447adadc1 Stefan Sperling
gw_kcgi_error() takes an enum kcgi_err parameter, not a boolean expression