Only show first 80 characters of commit subject in log and summary

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este commit está contenido en:
Lars Hjemli
2006-12-22 00:58:18 +01:00
padre 378cae6398
commit 9d8d9b6123
Se han modificado 5 ficheros con 34 adiciones y 5 borrados

1
cgit.h
Ver fichero

@ -73,6 +73,7 @@ extern char *fmt(const char *format,...);
extern void html(const char *txt);
extern void htmlf(const char *format,...);
extern void html_txt(char *txt);
extern void html_ntxt(int len, char *txt);
extern void html_attr(char *txt);
extern void html_link_open(char *url, char *title, char *class);
extern void html_link_close(void);