Re: [PATCH 2/4] Emphasize options and force ASCIIDOC escaping of --

2013-11-12 Thread Jeff King
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

Re: [PATCH 2/4] Emphasize options and force ASCIIDOC escaping of --

2013-11-11 Thread Junio C Hamano
Jason St. John jstj...@purdue.edu writes: rev-list-options.txt: replace e.g. `--foo` with '\--foo' rev-list-options.txt: emphasize, instead of quote, some option arguments (e.g. foo-option becomes 'foo-option') rev-list-options.txt: force ASCIIDOC escaping of -- (e.g. '--bar' becomes

Re: [PATCH 2/4] Emphasize options and force ASCIIDOC escaping of --

2013-11-09 Thread Johannes Sixt
Am 09.11.2013 01:48, schrieb Jason St. John: -`--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

[PATCH 2/4] Emphasize options and force ASCIIDOC escaping of --

2013-11-08 Thread Jason St. John
rev-list-options.txt: replace e.g. `--foo` with '\--foo' rev-list-options.txt: emphasize, instead of quote, some option arguments (e.g. foo-option becomes 'foo-option') rev-list-options.txt: force ASCIIDOC escaping of -- (e.g. '--bar' becomes '\--bar') rev-list-options.txt: add single