Re: [PATCH 0/4] doc-diff: support diffing from/to AsciiDoc(tor)

2019-03-20 Thread Martin Ågren
On Tue, 19 Mar 2019 at 04:14, Jeff King wrote: > > On Sun, Mar 17, 2019 at 07:35:59PM +0100, Martin Ågren wrote: > > > I've taught `doc-diff` a few new knobs to support usage like > > > > $ ./doc-diff --from-asciidoc --to-asciidoctor HEAD HEAD > > Very nice. All the patches look good to me. Tha

Re: [PATCH 0/4] doc-diff: support diffing from/to AsciiDoc(tor)

2019-03-18 Thread Jeff King
On Sun, Mar 17, 2019 at 07:35:59PM +0100, Martin Ågren wrote: > I've taught `doc-diff` a few new knobs to support usage like > > $ ./doc-diff --from-asciidoc --to-asciidoctor HEAD HEAD > > and I don't think I've messed it up too badly in the process. I'm open > to the idea that this might not

Re: [PATCH 0/4] doc-diff: support diffing from/to AsciiDoc(tor)

2019-03-17 Thread Junio C Hamano
Martin Ågren writes: > I've taught `doc-diff` a few new knobs to support usage like > > $ ./doc-diff --from-asciidoc --to-asciidoctor HEAD HEAD Nice. > But I have made some progress on fixing up Asciidoctor *and* AsciiDoc > issues using this, and once the output of the above command is empty

[PATCH 0/4] doc-diff: support diffing from/to AsciiDoc(tor)

2019-03-17 Thread Martin Ågren
I've taught `doc-diff` a few new knobs to support usage like $ ./doc-diff --from-asciidoc --to-asciidoctor HEAD HEAD and I don't think I've messed it up too badly in the process. I'm open to the idea that this might not be interesting to a whole lot of people. But I have made some progress on f