summaryrefslogtreecommitdiff
path: root/builtin-merge.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-07 22:36:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-08 03:42:45 (GMT)
commit262b04fa8dce84596738fd8c0dbff52994388efa (patch)
treee07e7eabe552da67f0f328a234d9c17a17027384 /builtin-merge.c
parent2e674a9d090f0d9be71c8143ae6c0fba04a160cc (diff)
downloadgit-262b04fa8dce84596738fd8c0dbff52994388efa.zip
git-262b04fa8dce84596738fd8c0dbff52994388efa.tar.gz
git-262b04fa8dce84596738fd8c0dbff52994388efa.tar.bz2
verify-pack -v: do not report "chain length 0"
When making a histogram of delta chain length in the pack, the program collects number of objects whose delta depth exceeds the MAX_CHAIN limit in histogram[0], and showed it as the number of items that exceeds the limit correctly. HOWEVER, it also showed the same number labeled as "chain length = 0". In fact, we are not showing the number of objects whose chain length is zero, i.e. the base objects. Correct this. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-merge.c')
0 files changed, 0 insertions, 0 deletions