Commit Briefs

48d12d8561 Omar Polo

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.


78c05fa484 Thomas Adam

Ignore tags files

OK stsp


5a7ef102e3 Thomas Adam

regress: enable tests

Enable the compilation and execution of the tests under regress/


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.


746e2499a7 Thomas Adam

Ignore tags files

OK stsp


4ed6a25a57 Stefan Sperling

make ignore patterns work with 'got status'

ok thomas.adam


3e0a6c2640 Thomas Adam

portable: update .gitignore

Add .orig to gitgnore.


d3f2ad5edf Thomas Adam

regress: port cmdline tests

This commit introduces the 'make tests' target which will run the cmdline/* tests.


2b0eee35db Thomas Adam

enable gotadmin

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


dd038bc6ec Thomas Adam

portable: initial Linux compilation

This commit modifies the GoT main branch to be able to compile it under linux.


119bf4ed24 Tracey Emery

blame css


2204c93439 Tracey Emery

display asctime_r


0adca11afb Stefan Sperling

tell git to ignore obj directories