Merge branch 'ml/bugfix'

This commit is contained in:
Lars Hjemli
2010-09-19 19:00:05 +02:00
12 changed files with 42 additions and 30 deletions

1
cgit.h
View File

@@ -295,6 +295,7 @@ extern void cgit_diff_tree(const unsigned char *old_sha1,
extern void cgit_diff_commit(struct commit *commit, filepair_fn fn);
__attribute__((format (printf,1,2)))
extern char *fmt(const char *format,...);
extern struct commitinfo *cgit_parse_commit(struct commit *commit);