MAX_TAGS          244 builtin/describe.c 	struct possible_tag all_matches[MAX_TAGS];
MAX_TAGS          424 builtin/describe.c 	else if (max_candidates > MAX_TAGS)
MAX_TAGS          425 builtin/describe.c 		max_candidates = MAX_TAGS;