Mark Lodato <lodatom@xxxxxxxxx> writes: > Finish the work of 0adda93 (Use parentheses and `...' where appropriate) > to follow the rules set forth in Documentation/CodingGuidelines. > > Signed-off-by: Mark Lodato <lodatom@xxxxxxxxx> [...] > - "git describe [options] <committish>*", > + "git describe [options] <committish>...", Isn't <sth>... one or more, while <sth>* is zero or more, i.e. shouldn't <sth>* be replaced by [<sth>...]? Hmmm... I see that <sth>* was actively wrong if it was to mean zero or more, so your change doesn't only make documentation more consistent, but fixes errorneous use of convention. -- Jakub Narebski Poland ShadeHawk on #git -- 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