Add repo.readme parameter

This parameter can be used to specify a repo-specific includefile, which will
then be printed on the summary page for the repo.

If the parametervalue is a not an absolute path, it is taken to be relative
to repo.path.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-05-23 22:46:54 +02:00
부모 25da3f7625
커밋 bbcdc290c6
5개의 변경된 파일23개의 추가작업 그리고 15개의 파일을 삭제

1
cgit.h
파일 보기

@@ -68,6 +68,7 @@ struct repoinfo {
char *defbranch;
char *group;
char *module_link;
char *readme;
int snapshots;
int enable_log_filecount;
int enable_log_linecount;