git-checkout-script: use "--verify --revs-only" to parse revs
[gitweb.git] / object.h
index 1bd59ac6fcf7798e02c2474e630c282f022eff10..9ad4ae83e12ab84c94eacfa3a8db1bd01e987c2a 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 {