Commit Briefs

Stefan Sperling

fix a bug where 'got log PATH' failed to map PATH into the repository

The problem occured inside /usr/src/sys due to the /sys symlink, where /usr/src was a got work tree. If a work tree is present we already have the right path so checking the disk is pointless.




Martin Pieuchot

Remove redundant error check after got_object_id_by_path().

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


Martin Pieuchot

Remove double lock in error path.


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

fix 'tog log -c' with tags





Stefan Sperling

update usage


Stefan Sperling

make got and tog accept a --version argument; -V option is a bit obscure

prompted by a question from tedu@