Commit Briefs




50284065f7 Stefan Sperling

fix bogus error return introduced in previous commit





13555e04f0 Sebastien Marie

Show only whitelisted commit headers in 'got log'

Generic way to deal with gpgsig header or extra headers added by some tools. All headers still available via 'got cat' ok stsp@


500467ff1b Hiltjo Posthuma

getline: fix the return type to ssize_t and small nits



b077bccd43 Stefan Sperling

remove pointless oflag from struct diff3_state


4a669b4d30 Stefan Sperling

bump version number


eab2e76a21 Stefan Sperling

CHANGES for 0.16 (tags/0.16)


6dea73dfe7 Stefan Sperling

Replace fgetln() with getline()

getline() is, per the latter's OpenBSD man page, safer and more portable than fgetln().


303e14b5e9 Stefan Sperling

Add missing includes for time() and ctime()

These headers were implicitly used on OpenBSD, but building on Linux revealed that <time.h> wasn't included directly. diffreg.c uses ctime(), which additionally needs <sys/types.h>.


83290b45b0 Stefan Sperling

Remove return value from diffreg's fetch()

The last use of this was removed in 0165cdf03ffac4c24334979832ad27554913d54c over a year ago.


8fbe07c208 Stefan Sperling

Remove unused variable in diffreg's fetch()





4793d91bf3 Stefan Sperling

have got_object_parse_* check for zero-length input




3affba96cf Stefan Sperling

missing NULL check