From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> We've had a test balloon for C99's bool type since 8277dbe987 (git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool, 2023-12-16). As it has been over 18 months since this was added and there have been no complaints let's declare it a success and convert the return type our other string predicates to match. Base-Commit: a30f80fde927d70950b3b4d1820813480968fb0d Published-As: https://github.com/phillipwood/git/releases/tag/pw%2Fuse-c99-bool%2Fv1 View-Changes-At: https://github.com/phillipwood/git/compare/a30f80fde...7eaf80420 Fetch-It-Via: git fetch https://github.com/phillipwood/git pw/use-c99-bool/v1 Phillip Wood (3): CodingGuildlines: allow the use of bool git-compat-util: convert string predicates to return bool strbuf: convert predicates to return bool Documentation/CodingGuidelines | 3 +++ git-compat-util.h | 12 ++++++------ strbuf.c | 28 ++++++++++++++-------------- strbuf.h | 12 ++++++------ 4 files changed, 29 insertions(+), 26 deletions(-) -- 2.49.0.897.gfad3eb7d210