Commit Briefs
repopulate .gitignore, revert 78c05fa
Probably due to a rebase, 78c05fa ended up truncating most of the portable .gitignore. Reinstate it with some small tweaks and add got-read-patch while here.
Ignore tags files
OK stsp
regress: enable tests
Enable the compilation and execution of the tests under regress/
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.
Ignore tags files
OK stsp
make ignore patterns work with 'got status'
ok thomas.adam
portable: update .gitignore
Add .orig to gitgnore.
regress: port cmdline tests
This commit introduces the 'make tests' target which will run the cmdline/* tests.
enable gotadmin
Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under linux.