Commit Briefs

7673568311 Stefan Sperling

move diffreg's max_context into struct got_diff_state


d3f36e7e5a Theo Buehler

make max_connect static as in the original diffreg.c

This way we grow the array instead of doing 64 <<= 1.







c025a41e7f Stefan Sperling

add an error reporting imsg


0dacc2d1e7 Stefan Sperling

typo


7be7cc4530 Stefan Sperling

add a rough outline for privsep support


5b7e13a71f Stefan Sperling

put a limit on delta chain recursion


dfb54902d3 Stefan Sperling

wrap long lines



6c6d3ed32e Stefan Sperling

fix obsolete comment in struct got_repository definition


b4691ea5e0 Stefan Sperling

simplify got_error_from_errno()


0c60ce5ab2 Stefan Sperling

document the current public API




5261c20130 Stefan Sperling

rename 'refs' to 'reference'


70f9e387e3 Stefan Sperling

tweak man page wording; less clutter


3f0da4dfa9 Stefan Sperling

copyright 2018


1a208aaf7e Stefan Sperling

add authors section to man page



f3d135e1a7 Stefan Sperling

make 'got log' show the committer if different from author