author | Junio C Hamano <gitster@pobox.com> | |
Mon, 18 Aug 2008 19:57:16 +0000 (21:57 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Aug 2008 05:37:55 +0000 (22:37 -0700) | ||
commit | fdb2a2a600969598fd80f01b009fbbb020d596ab | |
tree | 935e08662721c94bf3d4aabf2542653ae16bd20a | tree | snapshot |
parent | 2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0 | commit | diff |
compat: introduce on_disk_bytes()
Some platforms do not have st_blocks member in "struct stat"; mingw
already emulates it by rounding it up to closest 512-byte blocks (even
though it could overcount when a file has holes).
The reason to use the member is only to figure out how many kilobytes the
files occupy on-disk, so give a helper function in git-compat-util.h to
compute this value.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Johannes Sixt <johannes.sixt@telecom.at>
Some platforms do not have st_blocks member in "struct stat"; mingw
already emulates it by rounding it up to closest 512-byte blocks (even
though it could overcount when a file has holes).
The reason to use the member is only to figure out how many kilobytes the
files occupy on-disk, so give a helper function in git-compat-util.h to
compute this value.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Johannes Sixt <johannes.sixt@telecom.at>
Makefile | diff | blob | history | |
builtin-count-objects.c | diff | blob | history | |
compat/mingw.c | diff | blob | history | |
compat/mingw.h | diff | blob | history | |
git-compat-util.h | diff | blob | history |