From: Stefan Beller Date: Thu, 17 May 2018 22:51:51 +0000 (-0700) Subject: path.c: migrate global git_path_* to take a repository argument X-Git-Tag: v2.19.0-rc0~166^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/102de880d24fe66a8916e7c984e5bf8db6be047c?hp=102de880d24fe66a8916e7c984e5bf8db6be047c path.c: migrate global git_path_* to take a repository argument Migrate all git_path_* functions that are defined in path.c to take a repository argument. Unlike other patches in this series, do not use the #define trick, as we rewrite the whole function, which is rather small. This doesn't migrate all the functions, as other builtins have their own local path functions defined using GIT_PATH_FUNC. So keep that macro around to serve the other locations. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano ---