diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 11:38:39 -0700 |
commit | 56feed1c7641bbf7920efe6607c6a04309073baa (patch) | |
tree | 74ec5c25bd752dfe55be3a4c13147af5c5dfbfc1 /Documentation/technical | |
parent | Merge branch 'kb/perf-trace' (diff) | |
parent | strbuf: use strbuf_addchars() for adding a char multiple times (diff) | |
download | tgif-56feed1c7641bbf7920efe6607c6a04309073baa.tar.xz |
Merge branch 'rs/export-strbuf-addchars'
Code clean-up.
* rs/export-strbuf-addchars:
strbuf: use strbuf_addchars() for adding a char multiple times
strbuf: export strbuf_addchars()
Diffstat (limited to 'Documentation/technical')
-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 430302c2f4..cca6543234 100644 --- a/Documentation/technical/api-strbuf.txt +++ b/Documentation/technical/api-strbuf.txt @@ -160,6 +160,10 @@ then they will free() it. Add a single character to the buffer. +`strbuf_addchars`:: + + Add a character the specified number of times to the buffer. + `strbuf_insert`:: Insert data to the given position of the buffer. The remaining contents |