]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.h
git-compat-util: move strbuf.c funcs to its header
authorCalvin Wan <calvinwan@google.com>
Wed, 5 Jul 2023 17:09:19 +0000 (17:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/symbolic-ref.c
builtin/unpack-objects.c
git-compat-util.h
strbuf.h
versioncmp.c