Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/stash-untracked-with-pathspec-fix'
[gitweb.git]
/
fsck.c
diff --git
a/fsck.c
b/fsck.c
index 5c8c12dde381912eccf59bbf3ed8c774344809b8..9218c2a643b83e68b9f59479bcc1be833ae8be96 100644
(file)
--- a/
fsck.c
+++ b/
fsck.c
@@
-811,7
+811,7
@@
static int fsck_tag_buffer(struct tag *tag, const char *data,
enum object_type type;
buffer = to_free =
- read_
sha1_file(tag->object.oid.hash
, &type, &size);
+ read_
object_file(&tag->object.oid
, &type, &size);
if (!buffer)
return report(options, &tag->object,
FSCK_MSG_MISSING_TAG_OBJECT,