Add const to parse_{commit,tag}_buffer()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a2b7a3b3a9
commit
cf7b1cad0e
2
tag.c
2
tag.c
@ -56,7 +56,7 @@ static unsigned long parse_tag_date(const char *buf, const char *tail)
|
||||
return strtoul(dateptr, NULL, 10);
|
||||
}
|
||||
|
||||
int parse_tag_buffer(struct tag *item, void *data, unsigned long size)
|
||||
int parse_tag_buffer(struct tag *item, const void *data, unsigned long size)
|
||||
{
|
||||
unsigned char sha1[20];
|
||||
char type[20];
|
||||
|
||||
Reference in New Issue
Block a user