Jeff King <peff@xxxxxxxx> writes: > +void strbuf_add_urlencode(struct strbuf *sb, const char *s, size_t len, > + int reserved) > +{ > + strbuf_grow(sb, len); What is this `reserved` flag for, and when should one use it? It would be nice to have a short comment... BTW. was it meant to be aligned like this? > +void strbuf_add_urlencode(struct strbuf *sb, const char *s, size_t len, > + int reserved) -- Jakub Narębski -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html