Commits


portable: add reference_parse to got-send-pack


portable: support infrastructure for gotd/gotsh Provide the ability for -portable to continue to compile, until such time that gotd and gotsh have been enabled in -portable.


portable: update Makefile.am Update got-{fetch,index,send}'s Makefile.am to include ratelimit.c for progress output.


portable: propagate AM_CFLAGS/AM_CPPFLAGS Allow for warnings via AM_CFLAGS in a common Makefile, and let those values propagate to all other Makefiles. Currently the more useful checks are disabled until upstream changes are made to reduce warnings. While here, also fix the version string to remove quotes.


libexec: honour libeexec path for helpers libexec is a common path which is understood by autotools, and should be honoured. Patch from Christian "naddy" Weisgerber


portable: add FreeBSD support This adds the capability to compile got-portable on FreeBSD.


portable: initial Linux compilation This commit modifies the GoT main branch to be able to compile it under linux.