Merge branch 'jk/decimal-width-for-uintmax'
commitca00db08da414b3f6bd9481a51fdbb4b6836719c
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2015 19:45:02 +0000 (18 11:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2015 19:45:02 +0000 (18 11:45 -0800)
tree52f110cfd65111f55e667bccc2652ea57c7c2e91
parentde15bdb0583a1a65bf1bab47b7bec9bdc03f727a
parentd306f3d3513c62342fec4e31457766f2473f9e9a
Merge branch 'jk/decimal-width-for-uintmax'

We didn't format an integer that wouldn't fit in "int" but in
"uintmax_t" correctly.

* jk/decimal-width-for-uintmax:
  decimal_width: avoid integer overflow
cache.h
pager.c