]> gitweb.ps.run Git - ps-cgit/commit
cgit.c: add missing options to print_repo()
authorLars Hjemli <hjemli@gmail.com>
Mon, 24 Aug 2009 08:22:21 +0000 (10:22 +0200)
committerLars Hjemli <hjemli@gmail.com>
Mon, 24 Aug 2009 08:22:59 +0000 (10:22 +0200)
commit3548320004512276ea0bbfe80b2ae9b5cc7e2c76
tree779bd50d5ec3bf575b2ddebf89a27ea87f5730b2
parent42e7a169e8b7212847404730b781131759abd877
cgit.c: add missing options to print_repo()

Note: print_repo() still ignores repo.max-stats and repo.snapshots,
which both requires additional work since these settings are represented
internally as an enum and a bitmap.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.c