Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs! | ||||
* | *: modernize file headers (spdx and include guards) | Rafael G. Martins | 2024-05-21 | 1 | -0/+3 |
| | |||||
* | git-receiver: git shell should reinstall hooks if symlinks are broken | Rafael G. Martins | 2018-06-12 | 1 | -0/+15 |
| | |||||
* | git-receiver: added support to use as an authorized_keys commmand | Rafael G. Martins | 2018-05-26 | 1 | -0/+7 |
| | |||||
* | tests: use absolute path for binaries | Rafael G. Martins | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | build: use bash, but get it properly during build time | Rafael G. Martins | 2016-10-12 | 1 | -0/+73 |
hardcoding it for travis, as bash is always installed there. |