summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2013-07-07 06:04:00 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-07-07 10:53:22 -0700
commit161f00e708874bac646da2ac05c66a18ade2c074 (patch)
tree99762a5def8186ef2a2cbb3c4e8d7d7ffe52dc95 /object.h
parentzero-initialize object_info structs (diff)
downloadtgif-161f00e708874bac646da2ac05c66a18ade2c074.tar.xz
teach sha1_object_info_extended a "disk_size" query
Using sha1_object_info_extended, a caller can find out the type of an object, its size, and information about where it is stored. In addition to the object's "true" size, it can also be useful to know the size that the object takes on disk (e.g., to generate statistics about which refs consume space). This patch adds a "disk_sizep" field to "struct object_info", and fills it in during sha1_object_info_extended if it is non-NULL. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object.h')
0 files changed, 0 insertions, 0 deletions