commit | 2a9ccfff5553b8ab28eb5a172738cc9f3afadcd5 | [log] [tgz] |
---|---|---|
author | David Aguilar <davvid@gmail.com> | Sat Feb 09 17:21:25 2013 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Feb 10 11:35:50 2013 -0800 |
tree | def741b5990a47116500fb86b767c9cb61948794 | |
parent | 59cf706b2381d99b39c4d1daf62da9eeccf0ec13 [diff] |
difftool--helper: fix printf usage Do not use a random string as if it is a format string for printf when showing it literally; instead feed it to '%s' format. Reported-by: Asheesh Laroia <asheesh@asheesh.org> Signed-off-by: David Aguilar <davvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>