]> gitweb.ps.run Git - ps-cgit/commit
Introduce html.h
authorLars Hjemli <hjemli@gmail.com>
Sat, 23 Feb 2008 21:45:33 +0000 (22:45 +0100)
committerLars Hjemli <hjemli@gmail.com>
Tue, 18 Mar 2008 07:13:10 +0000 (08:13 +0100)
commitb1f9b9c1459cb9a30ebf80721aff6ef788d1f891
tree05796a741faef90c12aadd3a5c92b702ec870c48
parentb88fb016d0209f7041ac7d3b4d2c077318407a4d
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 <hjemli@gmail.com>
17 files changed:
cgit.c
cgit.h
html.c
html.h [new file with mode: 0644]
shared.c
ui-blob.c
ui-commit.c
ui-diff.c
ui-log.c
ui-patch.c
ui-refs.c
ui-repolist.c
ui-shared.c
ui-snapshot.c
ui-summary.c
ui-tag.c
ui-tree.c