Commit Briefs



74daf7cb6b Stefan Sperling

fix typo in got(1) man page markup


fb9704afe0 Stefan Sperling

do not display unversioned files during 'got revert -R'


bded54978e Tracey Emery

small css fixup



ac9e7fddf6 Tracey Emery

create temporary workaround to opening /dev/null during diffing.

this will need to be reworked later. ok stsp




05ce9a7981 Tracey Emery

show diff if we're diffing to a root commit


65559f29d0 Tracey Emery

html escape diff output


2ac037ec8b Tracey Emery

whoops, fix reversed diffs


90f16cb896 Tracey Emery

clean up gw_get_diff function


f2f466625c Tracey Emery

complete gotweb refactor


b55e96cf8f Martin Pieuchot

Remove redundant error check after got_object_id_by_path().

An error code is always returned when the oid is NULL.


a93813face Martin Pieuchot

Remove double lock in error path.


6b8a2b8fcd 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.



867630bb8f 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.


7d2e9986b9 Tracey Emery

hide currently unused link


03b6a91645 Stefan Sperling

have 'make obj' recurse into gotweb; ok tracey


270ebbdc13 Stefan Sperling

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



c08369d7b2 Tracey Emery

remove log counting, add to TODO


add40c4fa5 Tracey Emery

remove examples file