]> git.99rst.org Git - git.git/commit
abspath: move related functions to abspath
authorCalvin Wan <redacted>
Tue, 6 Jun 2023 19:48:39 +0000 (19:48 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
abspath.c
abspath.h
hook.c
strbuf.c
strbuf.h
tempfile.c
git clone https://git.99rst.org/PROJECT