completion: complete general config vars in two steps
[gitweb.git] / log-tree.c
index 30706fe9266b2082494170e4362b03c820a0bee5..888c236aa30c03f6ada90e063cbf11b93f4b9c68 100644 (file)
@@ -34,6 +34,7 @@ static const char *color_decorate_slots[] = {
        [DECORATION_REF_TAG]    = "tag",
        [DECORATION_REF_STASH]  = "stash",
        [DECORATION_REF_HEAD]   = "HEAD",
+       [DECORATION_GRAFTED]    = "grafted",
 };
 
 static const char *decorate_get_color(int decorate_use_color, enum decoration_type ix)