Commit Briefs


20b7abb3fa Stefan Sperling

detect unknown repository format extensions (such as sha256 format)

ok millert


62d463cac1 Christian Weisgerber

indentation fixes


b8adfa5529 Stefan Sperling

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

ok tracey




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


3168e5da21 Stefan Sperling

zap trailing tabs


257add310e Stefan Sperling

add got.conf(5) configuration file

ok tracey


81a12da586 Christian Weisgerber

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

ok stsp


d6b7d054e9 Stefan Sperling

exit the loop in got_privsep_recv_tree() upon error

found while looking over tracey's scan-build results


fca1f6ad74 Stefan Sperling

plug a memory leak in got_privsep_recv_tree() in error case

found while looking over tracey's scan-build results












58e1925afe Stefan Sperling

fix wrong sizeof in got_privsep_send_fetch_req()



b364b1c204 Stefan Sperling

fix typos in error messages