Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: > On 09/11/2012 12:33 AM, Junio C Hamano wrote: >> Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: >> >>> +`string_list_split`, `string_list_split_in_place`:: >>> + >>> + Split a string into substrings on a delimiter character and >>> + append the substrings to a `string_list`. If `maxsplit` is >>> + non-negative, then split at most `maxsplit` times. Return the >>> + number of substrings appended to the list. >> >> >> I recall that we favor >> >> `A`:: >> `B`:: >> >> Description for A and B >> >> for some reason but do not remember exactly why. > > Will change. Thanks. Thanks. It comes from this one: commit bf474e2402e51843e8230c064da6ccfdf3a8ff54 Author: Markus Heidelberg <markus.heidelberg@xxxxxx> Date: Fri Jan 16 22:42:33 2009 +0100 Documentation: let asciidoc align related options Command line options can share the same paragraph of description, if they are related or synonymous. In these cases they should be written among each other, so that asciidoc can format them itself. Signed-off-by: Markus Heidelberg <markus.heidelberg@xxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> -- 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