From: Lars Hjemli Date: Mon, 24 Aug 2009 11:27:15 +0000 (+0200) Subject: cgit.c: only print first line of repo.desc in print_repo() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/588fb8efc69778b85062e8fc2f482a8de43bad75?hp=588fb8efc69778b85062e8fc2f482a8de43bad75 cgit.c: only print first line of repo.desc in print_repo() Since repo.desc might have been populated by reading the 'description' file in GIT_DIR, it may contain newlines. And by printing the literal value, we may then generate an invalid cgitrc include-file. Signed-off-by: Lars Hjemli ---