Commits


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


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


move functions from privsep.c to the helpers which use them where possible


add support for repository mirrors to 'got clone' and 'got fetch'


read repository owner name with gitconfig parser instead of a hand-rolled one


parse remotes from gitconfig


obtain repo format version and commit author name/email from .git/config