get_short_sha1(): correctly disambiguate type-limited abbreviation
[gitweb.git] / builtin / cat-file.c
index 07bd984084fbbfbb826ef5b784fc68069675e73c..c27268ff30ab0e818b56f3e0a3ab56028083c6c1 100644 (file)
@@ -90,7 +90,7 @@ static int cat_one_file(int opt, const char *exp_type, const char *obj_name)
        unsigned long size;
        struct object_context obj_context;
 
-       if (get_sha1_with_context(obj_name, sha1, &obj_context))
+       if (get_sha1_with_context(obj_name, 0, sha1, &obj_context))
                die("Not a valid object name %s", obj_name);
 
        buf = NULL;