git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/5] fixing a few Asciidoc/tor differences
@ 2019-03-06  6:30 Martin Ågren
  2019-03-06  6:30 ` [PATCH 1/5] config/diff.txt: drop spurious backtick Martin Ågren
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Martin Ågren @ 2019-03-06  6:30 UTC (permalink / raw)
  To: git

I've got a W-I-P series to teach our doc-diff tool to diff between
AsciiDoc and Asciidoctor. It looks promising, and here are a few fixes
that fell out from my first round of testing things.

The W-I-P doc-diff is able to find three types of problems, as shown by
these patches. One is where Asciidoctor trips on something, but Asciidoc
doesn't. There's the other way around. And sometimes they both stumble,
but differently.

Based on maint.

Martin Ågren (5):
  config/diff.txt: drop spurious backtick
  config/fsck.txt: avoid starting line with dash
  git.txt: remove empty line before list continuation
  git-svn.txt: drop escaping '\' that ends up being rendered
  Documentation: turn middle-of-line tabs into spaces

 Documentation/config/diff.txt       |  4 ++--
 Documentation/config/fsck.txt       |  6 +++---
 Documentation/config/gc.txt         |  2 +-
 Documentation/config/gpg.txt        |  2 +-
 Documentation/git-config.txt        |  2 +-
 Documentation/git-grep.txt          |  2 +-
 Documentation/git-http-backend.txt  |  2 +-
 Documentation/git-ls-remote.txt     |  2 +-
 Documentation/git-notes.txt         |  2 +-
 Documentation/git-svn.txt           | 10 +++++-----
 Documentation/git.txt               |  1 -
 Documentation/gitattributes.txt     |  2 +-
 Documentation/gitremote-helpers.txt |  2 +-
 Documentation/gitweb.conf.txt       |  2 +-
 Documentation/rev-list-options.txt  |  2 +-
 15 files changed, 21 insertions(+), 22 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-03-07  0:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06  6:30 [PATCH 0/5] fixing a few Asciidoc/tor differences Martin Ågren
2019-03-06  6:30 ` [PATCH 1/5] config/diff.txt: drop spurious backtick Martin Ågren
2019-03-06  6:30 ` [PATCH 2/5] config/fsck.txt: avoid starting line with dash Martin Ågren
2019-03-06  6:30 ` [PATCH 3/5] git.txt: remove empty line before list continuation Martin Ågren
2019-03-06  6:30 ` [PATCH 4/5] git-svn.txt: drop escaping '\' that ends up being rendered Martin Ågren
2019-03-06  6:30 ` [PATCH 5/5] Documentation: turn middle-of-line tabs into spaces Martin Ågren
2019-03-07  0:29   ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).