Re: [PATCH v2 0/7] literal formatting in documentation

2016-06-29 Thread Jeff King
On Tue, Jun 28, 2016 at 01:40:08PM +0200, Matthieu Moy wrote: > This should address all comments from Peff. Thanks. The review is mind-numbing enough that I didn't do a complete read-through again, but just spot-checked a few places. This version looks good to me. -Peff -- To unsubscribe from th

[PATCH v2 0/7] literal formatting in documentation

2016-06-28 Thread Matthieu Moy
This should address all comments from Peff. The series is now based on master (which now contains tr/doc-tt). Content changes since v1: * First patch (fix indentation prior to actual change to avoid 'git am' warning) is new. * One buggy replacement (`grep.patternType` -> 'grep.patternType')