Use GIT-1.7.2.2

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Tá an tiomantas seo le fáil i:
Lars Hjemli
2010-08-22 13:29:57 +02:00
tuismitheoir 379e80e3a8
tiomantas 6d7552bc07
D'athraigh 7 comhad le 11 breiseanna agus 11 scriosta

Féach ar an gComhad

@@ -34,7 +34,7 @@ static void print_object(const unsigned char *sha1, const char *path)
ctx.page.mimetype = NULL;
ext = strrchr(path, '.');
if (ext && *(++ext)) {
mime = string_list_lookup(ext, &ctx.cfg.mimetypes);
mime = string_list_lookup(&ctx.cfg.mimetypes, ext);
if (mime)
ctx.page.mimetype = (char *)mime->util;
}