pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
commit754980d02386e09d0277d22284375686c197ddbd
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 16 May 2012 12:02:09 +0000 (16 19:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 May 2012 21:21:19 +0000 (18 14:21 -0700)
tree4c869c6395888700a3cc34eae72af0575a121069
parent9de96815493b577ae791d5113a3e354142ffbcae
pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."

This is because all other places do "xx > big_file_threshold"

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
streaming.c