diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-16 10:07:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-16 10:07:17 -0700 |
commit | b4bba8de115b6aa48103443cc81a3be7111095a9 (patch) | |
tree | d29b8b7ecafbf2d319697f2315b5c5ea8f4ff0ea /Documentation | |
parent | Merge branch 'jk/daemon-tolower' (diff) | |
parent | strbuf: add strbuf_tolower function (diff) | |
download | tgif-b4bba8de115b6aa48103443cc81a3be7111095a9.tar.xz |
Merge branch 'jk/strbuf-tolower'
* jk/strbuf-tolower:
strbuf: add strbuf_tolower function
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/technical/api-strbuf.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt index 4396be9dda..50690186d3 100644 --- a/Documentation/technical/api-strbuf.txt +++ b/Documentation/technical/api-strbuf.txt @@ -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 |