use git_path_* helper functions
authorJeff King <peff@peff.net>
Thu, 20 Apr 2017 21:08:54 +0000 (17:08 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Apr 2017 04:03:51 +0000 (21:03 -0700)
Long ago we added functions like git_path_merge_msg() to
replace the more dangerous git_path("MERGE_MSG"). Over time
some new calls to the latter have crept it. Let's convert
them to use the safer form.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found