diff options
author | Joel Holdsworth <jholdsworth@nvidia.com> | 2021-12-19 15:40:28 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-20 12:55:26 -0800 |
commit | 0f829620e6f2ccc441aef1ffd6c0a546b949ee39 (patch) | |
tree | 6ef8c892d974486d66ed19887e296c654d7d1e3f /t/t3304-notes-mixed.sh | |
parent | git-p4: print size values in appropriate units (diff) | |
download | tgif-0f829620e6f2ccc441aef1ffd6c0a546b949ee39.tar.xz |
git-p4: show progress as an integer
When importing files from Perforce, git-p4 periodically logs the
progress of file transfers as a percentage. However, the value is
printed as a float with an excessive number of decimal places.
For example a typical update might contain the following message:
Importing revision 12345 (26.199617677553135%)
This patch simply rounds the value down to the nearest integer
percentage value, greatly improving readability.
Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3304-notes-mixed.sh')
0 files changed, 0 insertions, 0 deletions