path.c: rename vsnpath() to do_git_path()
commit292719ceb7af96bc0026ddd5e144e9a8c29e56b2
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 13 Jul 2014 04:50:41 +0000 (13 11:50 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2014 01:26:53 +0000 (13 18:26 -0700)
tree6cf5e62c4a2067ba648de6e02baa9a0c4f9cd1b7
parent4c77df36c9fafa6a5e95915424bb570d4f01d54b
path.c: rename vsnpath() to do_git_path()

The name vsnpath() gives an impression that this is general path
handling function. It's not. This is the underlying implementation of
git_path(), git_pathdup() and strbuf_git_path() which will prefix
$GIT_DIR in the result string.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c