]> git.ipfire.org Git - thirdparty/git.git/commit - path.h
path: move related function to path
authorCalvin Wan <calvinwan@google.com>
Tue, 6 Jun 2023 19:48:42 +0000 (19:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jun 2023 20:49:36 +0000 (13:49 -0700)
commitaba070683295a20bdf4f49146384984961c794b2
tree7443395ecf2bee3aa871646474576feab241984d
parentf94018506c6103331a0183d78b206f39cf739ec3
path: move related function to path

Move path-related function from strbuf.[ch] to path.[ch] so that strbuf
is focused on string manipulation routines with minimal dependencies.

repository.h is no longer a necessary dependency after moving this
function out.

Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c
path.h
strbuf.c