static int abbrev = -1; /* unspecified */
static int max_candidates = 10;
static struct hash_table names;
static int abbrev = -1; /* unspecified */
static int max_candidates = 10;
static struct hash_table names;
commit_list_insert_by_date(p, &list);
p->object.flags |= c->object.flags;
parents = parents->next;
commit_list_insert_by_date(p, &list);
p->object.flags |= c->object.flags;
parents = parents->next;
OPT_BOOLEAN(0, "all", &all, N_("use any ref")),
OPT_BOOLEAN(0, "tags", &tags, N_("use any tag, even unannotated")),
OPT_BOOLEAN(0, "long", &longformat, N_("always use long format")),
OPT_BOOLEAN(0, "all", &all, N_("use any ref")),
OPT_BOOLEAN(0, "tags", &tags, N_("use any tag, even unannotated")),
OPT_BOOLEAN(0, "long", &longformat, N_("always use long format")),
OPT__ABBREV(&abbrev),
OPT_SET_INT(0, "exact-match", &max_candidates,
N_("only output exact matches"), 0),
OPT__ABBREV(&abbrev),
OPT_SET_INT(0, "exact-match", &max_candidates,
N_("only output exact matches"), 0),