commit-reach: move walk methods from commit.c
[gitweb.git] / builtin / grep.c
index ee753a403eba0e9bc25b40a1efd200cafdf31e19..538a818e6dd63cd0825bb6c1b195e49bad9442b9 100644 (file)
@@ -647,7 +647,8 @@ static int grep_objects(struct grep_opt *opt, const struct pathspec *pathspec,
 
        for (i = 0; i < nr; i++) {
                struct object *real_obj;
-               real_obj = deref_tag(list->objects[i].item, NULL, 0);
+               real_obj = deref_tag(the_repository, list->objects[i].item,
+                                    NULL, 0);
 
                /* load the gitmodules file for this rev */
                if (recurse_submodules) {