On Fri, Nov 08, 2013 at 07:48:51PM -0500, Jason St. John wrote: > Using more options generally further limits the output (e.g. > -`--since=<date1>` limits to commits newer than `<date1>`, and using it > -with `--grep=<pattern>` further limits to commits whose log message > +'\--since=<date1>' limits to commits newer than `<date1>`, and using it > +with '\--grep=<pattern>' further limits to commits whose log message > has a line that matches `<pattern>`), unless otherwise noted. Others pointed out that we generally prefer the `literal` formatting for such options (with backticks), which I agree with. If your target is formatting manpages (and not html), you may want to build with MAN_BOLD_LITERAL set in the Makefile, which will embolden the literals in the output (since we cannot typeset them in a monospace font on the terminal, as we would for html). -Peff -- 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