Merge branch 'tg/tag-points-at' into next

* tg/tag-points-at:
  builtin/tag.c: Fix a sparse warning
This commit is contained in:
Junio C Hamano
2012-02-13 11:53:23 -08:00

View File

@@ -408,7 +408,7 @@ static int strbuf_check_tag_ref(struct strbuf *sb, const char *name)
return check_refname_format(sb->buf, 0);
}
int parse_opt_points_at(const struct option *opt __attribute__ ((unused)),
static int parse_opt_points_at(const struct option *opt __attribute__((unused)),
const char *arg, int unset)
{
unsigned char sha1[20];