X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=blame.c;h=98f99922a78578a84468f1296d6e56b999829659;hb=20fc9bc5e4fdd4b1f7fd98fbd2e91879f945d7e1;hp=396defccc728db836732aa140e54620775509760;hpb=be1295d16a2593dcf468fef7d9e811d057d9039f;p=git.git diff --git a/blame.c b/blame.c index 396defcc..98f99922 100644 --- a/blame.c +++ b/blame.c @@ -229,7 +229,7 @@ static void get_blob(struct commit *commit) info->buf = read_sha1_file(info->sha1, type, &info->size); - assert(!strcmp(type, "blob")); + assert(!strcmp(type, blob_type)); } /* For debugging only */