Commit Briefs


Christian Weisgerber

Stop including <sys/syslimits.h> directly.

POSIX says the limits defined there are available from <limits.h>, which almost all affected source files already included anyway. ok millert stsp


Stefan Sperling

in got_object_commit_get_logmsg(), handle log messages which lack '\n'

found by tracey's scan-build













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@





Stefan Sperling

strip Git GPG signatures from log messages



Stefan Sperling

fix build on OpenBSD/sparc64 (gcc)