diff options
author | Lars Hjemli | 2006-12-16 01:11:55 +0100 |
---|---|---|
committer | Lars Hjemli | 2006-12-16 01:11:55 +0100 |
commit | 6c14f5e457e17da9205588c273d7cb9f92a23b9f (patch) | |
tree | 5786904549cdefe16e003ddd874c62567f27abfa /ui-commit.c | |
parent | f516218d0d0a6ddbd04e8ade722cc67eee4cf001 (diff) | |
download | cgit-6c14f5e457e17da9205588c273d7cb9f92a23b9f.tar.gz cgit-6c14f5e457e17da9205588c273d7cb9f92a23b9f.tar.bz2 cgit-6c14f5e457e17da9205588c273d7cb9f92a23b9f.zip |
Add head comment to ui-commit.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-commit.c')
-rw-r--r-- | ui-commit.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui-commit.c b/ui-commit.c index 2d38f0b..2d36015 100644 --- a/ui-commit.c +++ b/ui-commit.c | |||
@@ -1,3 +1,11 @@ | |||
1 | /* ui-commit.c: generate commit view | ||
2 | * | ||
3 | * Copyright (C) 2006 Lars Hjemli | ||
4 | * | ||
5 | * Licensed under GNU General Public License v2 | ||
6 | * (see COPYING for full license text) | ||
7 | */ | ||
8 | |||
1 | #include "cgit.h" | 9 | #include "cgit.h" |
2 | 10 | ||
3 | void cgit_print_commit(const char *hex) | 11 | void cgit_print_commit(const char *hex) |