X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.c;h=2f73cf3d9085a620bedd32e818942a11febab44f;hb=ba8a4970c790c9a03bb3ed72e24d86bd8aa11a67;hp=e51eda15243614d83948f31ee3814120ad61b1fe;hpb=2c04662d89eaa55cecb6effd743c17051d1458ec;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;