From: Junio C Hamano Date: Mon, 9 Sep 2019 19:58:37 +0000 (-0700) Subject: Merge branch 'jk/misc-uninitialized-fixes' into next X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39ccd2147542a62c5483e8f612fc34a0fe8c0897;p=git Merge branch 'jk/misc-uninitialized-fixes' into next Various fixes to codepaths gcc 9 had trouble following dataflow. * jk/misc-uninitialized-fixes: pack-objects: drop packlist index_pos optimization test-read-cache: drop namelen variable diff-delta: set size out-parameter to 0 for NULL delta bulk-checkin: zero-initialize hashfile_checkpoint pack-objects: use object_id in packlist_alloc() git-am: handle missing "author" when parsing commit --- 39ccd2147542a62c5483e8f612fc34a0fe8c0897