X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=blame.c;h=98f99922a78578a84468f1296d6e56b999829659;hb=b4196cf70a5fcd659fe334e5c03a416383f41985;hp=396defccc728db836732aa140e54620775509760;hpb=ac93bfc3b64a8a3756263ecdadad3e7a117be597;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 */