Commit Briefs

b8adfa5529 Stefan Sperling

add "branch" keyword to got.conf which specifies a list of branches to fetch

ok tracey




e12e0e217d Christian Weisgerber

do not rely on <zlib.h> to pull in <unistd.h>


23c57b285f 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



257add310e Stefan Sperling

add got.conf(5) configuration file

ok tracey