]> gitweb.ps.run Git - ps-cgit/commit
cgit.c: only print first line of repo.desc in print_repo()
authorLars Hjemli <hjemli@gmail.com>
Mon, 24 Aug 2009 11:27:15 +0000 (13:27 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 24 Aug 2009 11:27:15 +0000 (13:27 +0200)
commit588fb8efc69778b85062e8fc2f482a8de43bad75
treed611ec33de53d253d1e7db9768e1310b05fb3004
parentb47b7bd1d0fb872763214e674b53a562c7513fc0
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 <hjemli@gmail.com>
cgit.c