X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.c;h=2f73cf3d9085a620bedd32e818942a11febab44f;hb=6511cce24b932eba33d8e13b54664673121a8b7e;hp=e51eda15243614d83948f31ee3814120ad61b1fe;hpb=f76412ed6dbf2f9863115ee38f4198368dbaf7b1;p=git.git diff --git a/commit.c b/commit.c index e51eda15..2f73cf3d 100644 --- a/commit.c +++ b/commit.c @@ -357,7 +357,7 @@ static int get_one_line(const char *msg, unsigned long len) static int add_user_info(const char *what, enum cmit_fmt fmt, char *buf, const char *line) { char *date; - unsigned int namelen; + int namelen; unsigned long time; int tz, ret;