From: Junio C Hamano Date: Wed, 17 Feb 2016 18:13:33 +0000 (-0800) Subject: Merge branch 'jk/rerere-xsnprintf' X-Git-Tag: v2.8.0-rc0~49 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b1a90b68cfa3f9e1e0769c2c9fe0db012a51c818 Merge branch 'jk/rerere-xsnprintf' Some calls to strcpy(3) triggers a false warning from static analysers that are less intelligent than humans, and reducing the number of these false hits helps us notice real issues. A few calls to strcpy(3) in "git rerere" that are already safe has been rewritten to avoid false wanings. * jk/rerere-xsnprintf: rerere: replace strcpy with xsnprintf --- b1a90b68cfa3f9e1e0769c2c9fe0db012a51c818