Commits


fix some more occurrences of potential errno clobbering


move an assignment closer to error check in got_object_get_path()


in got_fileindex_entry_update() don't hide errors other than ENOENT


don't clobber errno value of opendir(3); found by Hiltjo Posthuma


fprintf returns int, not size_t; from Hiltjo Posthuma


fix getline(3) return value check in show_change(); from Hiltjo Posthuma


man pages: use Oo/Oc/Op instead of plain brackets (from bentley@)


sync merge(1) fix diff from OpenRCS/OpenCVS


fix race condition in test_revert_patch_one_change


bump version number


changes for 0.3


fix bug where 'revert -p' would delete all lines following a reverted change


test reverting the first hunk only with revert -p


fix merge bug inherited from OpenRCS, affecting lines with leading .


fix MANDIR during regular 'make install'; the port will have to override it


bump version number


changes for 0.2


improve error message if helper binaries fail to unveil(2)


add support for tags to -c options of some got commands


attempt to reject GOT_AUTHOR values without an email address


fix build on OpenBSD/sparc64 (gcc)


bump version number


sync README with pkg/DESCR from the port


perhaps today is release day?


plug a small memleak in cmd_commit()