]> git.99rst.org Git - git.git/commit
git-compat-util: move strbuf.c funcs to its header
authorCalvin Wan <redacted>
Wed, 5 Jul 2023 17:09:19 +0000 (17:09 +0000)
committerJunio C Hamano <redacted>
Wed, 5 Jul 2023 18:41:18 +0000 (11:41 -0700)
commitfda5d9595d5172fcbba34742e92d6c7ed4cbe5ef
tree74f7f415d88fe50b0de350ccfa554dae46cee305
parent9748a6820043d5815bee770ffa51647e0adc2cf0
git-compat-util: move strbuf.c funcs to its header

While functions like starts_with() probably should not belong in the
boundaries of the strbuf library, this commit focuses on first splitting
out headers from git-compat-util.h.

Signed-off-by: Calvin Wan <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/symbolic-ref.c
builtin/unpack-objects.c
git-compat-util.h
strbuf.h
versioncmp.c
git clone https://git.99rst.org/PROJECT