]> git.ipfire.org Git - thirdparty/git.git/commit
strbuf: convert predicates to return bool
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 16 Jul 2025 09:38:30 +0000 (10:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2025 15:18:06 +0000 (08:18 -0700)
commitf006e0323ee4b407bee3e0ff241d9d3f7a03b66a
tree2ef9e3470907eb98e29cbb3f64155fc42907108a
parentf3ba426e3539b2d585944f9d6425dbc13b7d0d28
strbuf: convert predicates to return bool

Now that the string predicates defined in git-compat-util.h all
return bool let's convert the return type of the string predicates
in strbuf.{c,h} to match them.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
strbuf.c
strbuf.h