Commit Briefs

1dd867442a Anthony J. Bentley

man page improvements

- new sentence, new line - add blanks before trailing delimiters - void leaving whitespace at end of line, even significant space - use .Ox macro for OpenBSD - fix paragraph lint warnings - escape ~ and ^, which are special characters in troff




6f0e42667e Stefan Sperling

bump version number


2a9b497b05 Stefan Sperling

also mention the test fix in CHANGES


16f6d716ab Stefan Sperling

changes for 0.4



d24820bf83 Stefan Sperling

add support for tag objects to 'got diff'


0adb71964c Stefan Sperling

reduce code duplication in 'got diff' argument parsing


b9d7675aca Stefan Sperling

wrap over-long line


a1fbf39a45 Stefan Sperling

make "tog log" respect -r argument; from semarie@


718ef3e9e8 Stefan Sperling

simplify cleanup code paths in got_path_find_prog()


202329ae1b Stefan Sperling

fix some more occurrences of potential errno clobbering





8138f3e172 Stefan Sperling

fprintf returns int, not size_t; from Hiltjo Posthuma




acb4e1d19e Stefan Sperling

sync merge(1) fix diff from OpenRCS/OpenCVS


6c6b73bb41 Stefan Sperling

fix race condition in test_revert_patch_one_change


15fbc2a7fd Stefan Sperling

bump version number


17cf36d471 Stefan Sperling

changes for 0.3



ce2b05c76c Stefan Sperling

test reverting the first hunk only with revert -p