author | Nicolas Pitre <nico@cam.org> | |
Wed, 29 Nov 2006 22:15:48 +0000 (17:15 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 30 Nov 2006 03:06:53 +0000 (19:06 -0800) | ||
commit | 67c08ce14fb488562666ab896541ad75f1bdcca6 | |
tree | 06062fba179c853a31896bd3c121e49ca7060e59 | tree | snapshot |
parent | 03f99c03f806ca13b5974450409426c04af220f2 | commit | diff |
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 <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c | diff | blob | history |