From: Junio C Hamano Date: Mon, 16 Jun 2014 17:07:16 +0000 (-0700) Subject: Merge branch 'jk/strbuf-tolower' X-Git-Tag: v2.1.0-rc0~123 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b4bba8de115b6aa48103443cc81a3be7111095a9?hp=--cc Merge branch 'jk/strbuf-tolower' * jk/strbuf-tolower: strbuf: add strbuf_tolower function --- b4bba8de115b6aa48103443cc81a3be7111095a9 diff --cc Documentation/technical/api-strbuf.txt index 4396be9dda,8480f8902d..50690186d3 --- a/Documentation/technical/api-strbuf.txt +++ b/Documentation/technical/api-strbuf.txt @@@ -130,10 -125,10 +130,14 @@@ Function Strip whitespace from the end of a string. +`strbuf_ltrim`:: + + Strip whitespace from the beginning of a string. + + `strbuf_tolower`:: + + Lowercase each character in the buffer using `tolower`. + `strbuf_cmp`:: Compare two buffers. Returns an integer less than, equal to, or greater