]> git.ipfire.org Git - thirdparty/git.git/commit
path: expose `do_git_common_path()` as `repo_common_pathv()`
authorPatrick Steinhardt <ps@pks.im>
Tue, 13 Aug 2024 09:13:23 +0000 (11:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Aug 2024 17:01:00 +0000 (10:01 -0700)
commit61419a42f641c7b9f7bfc9585e3ec9c393ab0166
tree88ed82a6f21d9b71540f2cae5de9d27a49a89670
parentb6c6bfef31e1ffe3804e5a1ba5bfe9e7879eda92
path: expose `do_git_common_path()` as `repo_common_pathv()`

With the same reasoning as the preceding commit, expose the function
`do_git_common_path()` as `repo_common_pathv()`. While at it, reorder
parameters such that they match the order we have in `repo_git_pathv()`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c
path.h