Commit Briefs

Martin Pieuchot

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.



Stefan Sperling

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.


Tracey Emery

hide currently unused link





Tracey Emery

remove log counting, add to TODO


Tracey Emery

remove examples file


Tracey Emery

move match_logmsg to gw_match_logmsg


Tracey Emery

move to got_repo_cmp_tags


Tracey Emery

move to got_repo_resolve_commit_arg


Tracey Emery

clean up. add gw_ to missed func


Tracey Emery

mv func to lib


Tracey Emery

kn@ and stsp@ suggested changes


Tracey Emery

html escape characters in blame lines


Tracey Emery

README


Tracey Emery

gotweb.conf man


Tracey Emery

rm gotweb.8


Tracey Emery

gotweb.conf


Tracey Emery

blame css


Tracey Emery

blame


Tracey Emery

save blame work


Tracey Emery

start tree


Tracey Emery

add log count function