From 9ce43d1c90dc199bf8ced85fa5fdadc152753022 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 26 Jun 2005 15:26:05 -0700 Subject: Ooh. Make git-rev-list --object associate a name with objects. The name isn't unique, it's just the first name that object is reached through, so it's really nothing more than a hint. --- object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'object.h') diff --git a/object.h b/object.h index 1bd59ac6fc..9ad4ae83e1 100644 --- 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 { -- cgit v1.2.1