mirror of
https://github.com/git/git.git
synced 2026-01-18 14:44:28 +00:00
Merge branch 'tg/tag-points-at' into next
* tg/tag-points-at: builtin/tag.c: Fix a sparse warning
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user