X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=object.h;h=9ad4ae83e12ab84c94eacfa3a8db1bd01e987c2a;hb=9ce43d1c90dc199bf8ced85fa5fdadc152753022;hp=1bd59ac6fcf7798e02c2474e630c282f022eff10;hpb=521a4f4cf4bb2d59a51a5355bfb6b148c4aa31ed;p=git.git diff --git a/object.h b/object.h index 1bd59ac6..9ad4ae83 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 {