Merge branch 'jk/strbuf-tolower'

* jk/strbuf-tolower:
  strbuf: add strbuf_tolower function
This commit is contained in:
Junio C Hamano
2014-06-16 10:07:16 -07:00
4 changed files with 13 additions and 7 deletions

View File

@ -134,6 +134,10 @@ Functions
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