Jeff King <peff@xxxxxxxx> writes: > My only complaint is: > >> + strbuf_addf(&buf, "--author=%s", name); >> + av[++ac] = "--all"; >> + av[++ac] = buf.buf; >> + av[++ac] = NULL; > > I am too lazy to hit "shift", so I would use "-i". I thought about it after writing the one you saw on the list, but from the beginning I was planning to do this merely as a demonstration patch that somebody who is interested in the feature can polish and resubmit with test and documentation. I didn't bother adding such frills --- that is part of "polish and resubmit" cycle. -- 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