diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2008-09-16 00:41:25 +0400 |
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-09-16 00:41:25 +0400 |
| commit | a30453a5d3f6db4d6e055da2112343e054e7e7d5 (patch) | |
| tree | e8713318ee4c1d605eb02ae469cf22f0d1cc4df1 /cgit.h | |
| parent | 91fd1eca07f9e48109e8acebc0a92dc4b12ecb50 (diff) | |
| parent | a608ff7ba371c2dddf9274de3a438bf74e2560f7 (diff) | |
Merge branch 'lh/parsing'
* lh/parsing:
ui-tag: show the taggers email
parsing.c: be prepared for unexpected content in commit/tag objects
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ struct commitinfo { struct taginfo { char *tagger; char *tagger_email; - int tagger_date; + unsigned long tagger_date; char *msg; }; |
