]> git.ipfire.org Git - thirdparty/git.git/commit
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
authorPatrick Steinhardt <ps@pks.im>
Fri, 7 Feb 2025 11:03:33 +0000 (12:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Feb 2025 17:59:22 +0000 (09:59 -0800)
commit3859e3965993493defd39cd54a2ab2097957e270
treeb7580f5967408af1e74e16f6407c613c471040d0
parentbba59f58a4eeda6fafaa3d41e14f3d00a179923f
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`

Remove `git_path_buf()` in favor of `repo_git_path_replace()`. The
latter does essentially the same, with the only exception that it does
not rely on `the_repository` but takes the repo as separate parameter.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/worktree.c
compat/precompose_utf8.c
notes-merge.c
object-file.c
path.h
setup.c