git.ckatri.com
/
cgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c14f5e
)
Add head comment to shared.c
author
Lars Hjemli
<hjemli@gmail.com>
Sat, 16 Dec 2006 00:14:01 +0000
(
01:14
+0100)
committer
Lars Hjemli
<hjemli@gmail.com>
Sat, 16 Dec 2006 00:14:01 +0000
(
01:14
+0100)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
shared.c
patch
|
blob
|
history
diff --git
a/shared.c
b/shared.c
index 6b5cfc2af9f2bb4b9e00c2ffb7a6fdf53936a6f9..5f2a5ce100bccb19e24314f29850e1ca8bd6fd97 100644
(file)
--- a/
shared.c
+++ b/
shared.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";