/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add const to parse_{commit,tag}_buffer()
[git/git.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index
f789744
..
ecf7c1e
100644
(file)
--- a/
tag.c
+++ b/
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];