summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-strbuf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-16 17:07:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-16 17:07:17 (GMT)
commitb4bba8de115b6aa48103443cc81a3be7111095a9 (patch)
treed29b8b7ecafbf2d319697f2315b5c5ea8f4ff0ea /Documentation/technical/api-strbuf.txt
parentb4516df9b88989a175f88aa514a187831631f9f8 (diff)
parentffb20ce125f0ffe59002b1258b06c26747b69b7b (diff)
downloadgit-b4bba8de115b6aa48103443cc81a3be7111095a9.zip
git-b4bba8de115b6aa48103443cc81a3be7111095a9.tar.gz
git-b4bba8de115b6aa48103443cc81a3be7111095a9.tar.bz2
Merge branch 'jk/strbuf-tolower'
* jk/strbuf-tolower: strbuf: add strbuf_tolower function
Diffstat (limited to 'Documentation/technical/api-strbuf.txt')
-rw-r--r--Documentation/technical/api-strbuf.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/technical/api-strbuf.txt b/Documentation/technical/api-strbuf.txt
index 4396be9..5069018 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