Re: [PATCH 5/6] Use floating point for --dirstat percentages
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:06
Linus Torvalds [off-list ref] writes:
So instead of actually using floating point, just parsing a single
digit worth of fractional percent would be beautiful. IOW, being able
to say
--dirstat=1.5
to give a 1.5% cut-off point would be really nice - but then
internally just saying "15 permille" and using integers all the way?