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>
This commit is contained in:

committed by
Junio C Hamano

parent
9748a68200
commit
fda5d9595d
@ -1,5 +1,6 @@
|
||||
#include "git-compat-util.h"
|
||||
#include "config.h"
|
||||
#include "strbuf.h"
|
||||
#include "string-list.h"
|
||||
#include "versioncmp.h"
|
||||
|
||||
|
Reference in New Issue
Block a user