]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.c
strbuf_split*(): rename "delim" parameter to "terminator"
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 4 Nov 2012 06:46:53 +0000 (07:46 +0100)
committerJeff King <peff@peff.net>
Sun, 4 Nov 2012 11:46:55 +0000 (06:46 -0500)
commit17b73dc699c46d7af5d29d2f3813e7addafdce0d
tree297e4fe1f7353c63d0db07bae5f192db77b244a8
parent1173bb331103b7e6d9e95549c7b7be12546d0697
strbuf_split*(): rename "delim" parameter to "terminator"

The word "delimiter" suggests that the argument separates the
substrings, whereas in fact (1) the delimiter characters are included
in the output, and (2) if the input string ends with the delimiter,
then the output does not include a final empty string.  So rename the
"delim" arguments of the strbuf_split() family of functions to
"terminator", which is more suggestive of how it is used.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Jeff King <peff@peff.net>
strbuf.c
strbuf.h