Merge branch 'vn/line-log-memcpy-size-fix'
commit6c621015f2b5028b8743da0b13293cc99fb2be6b
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:21:35 +0000 (12 23:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Mar 2017 06:21:35 +0000 (12 23:21 -0700)
treed3f729a788ef9ff185f1f143ae03fa9809108bfe
parentcb36508ac50baa3f8b2df9bc2c69c260c5977b8f
parent07f546cda5d818780821a371f011eb253646ddc3
Merge branch 'vn/line-log-memcpy-size-fix'

The command-line parsing of "git log -L" copied internal data
structures using incorrect size on ILP32 systems.

* vn/line-log-memcpy-size-fix:
  line-log: use COPY_ARRAY to fix mis-sized memcpy
line-log.c