pack-objects: remove redundent status information
authorNicolas Pitre <redacted>
Wed, 29 Nov 2006 22:15:48 +0000 (17:15 -0500)
committerJunio C Hamano <redacted>
Thu, 30 Nov 2006 03:06:53 +0000 (19:06 -0800)
commit67c08ce14fb488562666ab896541ad75f1bdcca6
tree06062fba179c853a31896bd3c121e49ca7060e59
parent03f99c03f806ca13b5974450409426c04af220f2
pack-objects: remove redundent status information

The final 'nr_result' and 'written' values must always be the same
otherwise we're in deep trouble.  So let's remove a redundent report.

And for paranoia sake let's make sure those two variables are actually
equal after all objects are written (one never knows).

Signed-off-by: Nicolas Pitre <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-pack-objects.c
git clone https://git.99rst.org/PROJECT