Commit Briefs

eb427b1c53 Thomas Adam

portable: add sigs/buf for signed commits

Add support for upstream's tag signing commits, but adding the relevant files to autotools, and making those portable-compatible.


8c0fc3803d Thomas Adam

portable: add lib/ratelimit.c to Makefiles


2f6f817978 Thomas Adam

portable: include worktree_open

Make worktree_open part of the build.


b347007e16 Thomas Adam

portable: update to handle bloom, etc

Update portable to support changes for bloom, etc.


5881cd172e Thomas Adam

gotadmin: include gotadmin.1 in dist

When building the dist tarball, include its man page.


0ca5b679a4 Thomas Adam

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.


9066d26dc4 Thomas Adam

gotadmin: fixed GOT_LIBEXECDIR path

libexecdir should be used over bindir. Noticed by Christian "naddy" Weisgerber


52b140f32d Thomas Adam

enable gotadmin

Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam


6b78ad28aa Thomas Adam

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


92a9e85d28 Thomas Adam

portable: add FreeBSD support

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


dd5143452f Thomas Adam

dist: rework files for distcheck

Rather than having a toplevel EXTRA_DIST target in the toplevel Makefile.am file, move the relevant files to their own Makefile.am locations.


2b0eee35db Thomas Adam

enable gotadmin

Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam