]> git.ipfire.org Git - thirdparty/git.git/commit - abspath.c
abspath: move related functions to abspath
authorCalvin Wan <calvinwan@google.com>
Tue, 6 Jun 2023 19:48:39 +0000 (19:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jun 2023 20:49:35 +0000 (13:49 -0700)
commit5d1344b4973c8ea4904005f3bb51a47334ebb370
tree0e8ade677ab5d12198aa16afe23d159cca122fb8
parent16b171fda03d9186e58fade7d727d38613938097
abspath: move related functions to abspath

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

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