Commits


regress: enable tests Enable the compilation and execution of the tests under regress/


portable: propagate AM_CFLAGS/AM_CPPFLAGS Compiling with warnings and certain compiler flags is important for security and bug-free code. Set a bunch of warnings via AM_CFLAGS in a common Makefile, and let those values propagate to all other Makefiles. 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.


blame css


display asctime_r


tell git to ignore obj directories