Commits


Remove unnecessary pthread_yield(3). In the two cases a context switch isn't necessary as the thread isn't blocked and doesn't need to wait for its sibling.


fix bug in tag list tests where expected datestamps were swapped


Sleep for one nanosecond after syncing the file index to disk Ensures that files modified after got exits have a different timestamp from the one which was recorded in the file index. Previously, 'got status' did not always detect such files as modified. Problem reported by Steven McDonald.


hide currently unused link


have 'make obj' recurse into gotweb; ok tracey


merge gotweb's README into top-level README; ok kn tracey


move pledge to gw functions to more tightly control promises


remove log counting, add to TODO


remove examples file


move match_logmsg to gw_match_logmsg


move to got_repo_cmp_tags


move to got_repo_resolve_commit_arg


clean up. add gw_ to missed func


mv func to lib


kn@ and stsp@ suggested changes


html escape characters in blame lines


README


gotweb.conf man


rm gotweb.8


gotweb.conf


blame css


blame


save blame work


start tree


add log count function