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=` limits to commits newer than ``, and using it > -with `--grep=` further limits to commits whose log message > +'\--since=' limits to commits newer than ``,

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

2013-11-11 Thread Junio C Hamano
"Jason St. John" 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 '\--bar

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=` limits to commits newer than ``, and using it > -with `--grep=` further limits to commits whose log message > +'\--since=' limits to commits newer than ``, and using it > +with '\--grep=' further limits to commits whose log message I don't

[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 q