]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
path.c: rename vsnpath() to do_git_path()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 30 Nov 2014 08:24:29 +0000 (15:24 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Dec 2014 19:00:11 +0000 (11:00 -0800)
commit8afdaf39e318711dc05ad52ae6c227eaedf6c7ff
treed1f8b1dc6b5ead3baa83904b184fa2dea71dc7e3
parent1a83c240f2fe7a0caa94009f066d15fa677d32cd
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