Code

Merge branch 'jc/maint-name-rev-all' into maint
[git.git] / builtin / name-rev.c
index 31f5c1c971381a9490b717e0413ee9a40260ef39..e8862b5de2e263ca0e1ccee8c69b3881816f41c5 100644 (file)
@@ -289,7 +289,7 @@ int cmd_name_rev(int argc, const char **argv, const char *prefix)
                max = get_max_object_index();
                for (i = 0; i < max; i++) {
                        struct object *obj = get_indexed_object(i);
-                       if (!obj)
+                       if (!obj || obj->type != OBJ_COMMIT)
                                continue;
                        show_name(obj, NULL,
                                  always, allow_undefined, data.name_only);