about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-05-25 14:05:06 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-05-25 14:07:10 +0200
commit5a4156ef951162d669e7170b440fad6e4c9e306f (patch)
tree6abeddaffea0f930336c74530c6230d36aeffff2 /tests/Makefile
parentgit: update to 1.8.3 (diff)
downloadcgit-pink-5a4156ef951162d669e7170b440fad6e4c9e306f.tar.gz
cgit-pink-5a4156ef951162d669e7170b440fad6e4c9e306f.zip
cgit.c: sync repo config printing with struct cgit_repo
We've now added quite a few config keys for repositories, but we've
forgotten to update the printing of it for cache files. Synchronize the
two.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tests/Makefile')
0 files changed, 0 insertions, 0 deletions
scher getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer