all repos — cgit @ a1a79998f22fe8279be51fc1d31bfcf14031c109

a hyperfast web frontend for git written in c

Add head comment to shared.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sat, 16 Dec 2006 01:14:01 +0100
commit

a1a79998f22fe8279be51fc1d31bfcf14031c109

parent

6c14f5e457e17da9205588c273d7cb9f92a23b9f

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M shared.cshared.c

@@ -1,3 +1,11 @@

+/* shared.c: global vars + some callback functions + * + * Copyright (C) 2006 Lars Hjemli + * + * Licensed under GNU General Public License v2 + * (see COPYING for full license text) + */ + #include "cgit.h" char *cgit_root = "/usr/src/git";