Ooh. Make git-rev-list --object associate a name with objects.
[git.git] / object.h
index 1bd59ac..9ad4ae8 100644 (file)
--- a/object.h
+++ b/object.h
@@ -4,6 +4,7 @@
 struct object_list {
        struct object *item;
        struct object_list *next;
+       const char *name;
 };
 
 struct object {