Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit.h: remove method declarations
[gitweb.git]
/
sha1-file.c
diff --git
a/sha1-file.c
b/sha1-file.c
index 75ba30b4ab1b862581da7b8d27ccc0869fc3a310..c75ef771f8b5c9280466917f8b314d0fe9659884 100644
(file)
--- a/
sha1-file.c
+++ b/
sha1-file.c
@@
-1809,7
+1809,7
@@
static void check_tag(const void *buf, size_t size)
{
struct tag t;
memset(&t, 0, sizeof(t));
- if (parse_tag_buffer(&t, buf, size))
+ if (parse_tag_buffer(
the_repository,
&t, buf, size))
die("corrupt tag");
}