From: Junio C Hamano Date: Wed, 25 Jun 2014 18:48:42 +0000 (-0700) Subject: Merge branch 'rs/pack-objects-no-unnecessary-realloc' into maint X-Git-Tag: v2.0.1~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5327207e0fbc442b34e6371c1f28b5ed21aef8a0 Merge branch 'rs/pack-objects-no-unnecessary-realloc' into maint "git pack-objects" unnecessarily copied the previous contents when extending the hashtable, even though it will populate the table from scratch anyway. * rs/pack-objects-no-unnecessary-realloc: pack-objects: use free()+xcalloc() instead of xrealloc()+memset() --- 5327207e0fbc442b34e6371c1f28b5ed21aef8a0