From: Lars Hjemli Date: Sat, 23 Feb 2008 21:45:33 +0000 (+0100) Subject: Introduce html.h X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/b1f9b9c1459cb9a30ebf80721aff6ef788d1f891?ds=inline;hp=b1f9b9c1459cb9a30ebf80721aff6ef788d1f891 Introduce html.h All html-functions can be quite easily separated from the rest of cgit, so lets do it; the only issue was html_filemode which uses some git-defined macros so the function is moved into ui-shared.c::cgit_print_filemode(). Signed-off-by: Lars Hjemli ---