path.c: Remove the 'git_' prefix from a file scope function
commit5b3b8fa2ab188908332358d2c2576491969cd580
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 4 Sep 2012 17:26:30 +0000 (4 18:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Sep 2012 20:34:46 +0000 (4 13:34 -0700)
tree0b17b4cc2bde67a92973e5d112a4d0977103f9cb
parent871e293c9acbeaacce59dcd98fab6028f552f5be
path.c: Remove the 'git_' prefix from a file scope function

In particular, the git_vsnpath() function, despite the 'git_' prefix
suggesting otherwise, is (correctly) declared with file scope.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c