Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Increase the number of possible heads requested from git-upload-pack
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 5cb340ca093a4f2285d2c40ee8e83ed0af14cff1..a72029058e195c596ab958e26cc0176cb0dc6b1c 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-425,7
+425,7
@@
int diff_populate_filespec(struct diff_filespec *s, int size_only)
s->size = e->size;
return 0;
}
- if (!sha1_
file_size(s->sha1
, &s->size))
+ if (!sha1_
object_info(s->sha1, type
, &s->size))
locate_size_cache(s->sha1, 0, s->size);
}
else {