git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: gitster@pobox.com
Cc: git@vger.kernel.org,
	Jordan DE GEA <jordan.de-gea@ensimag.grenoble-inp.fr>,
	Samuel GROOT <samuel.groot@ensimag.grenoble-inp.fr>,
	Erwan MATHONIERE <erwan.mathoniere@ensimag.grenoble-inp.fr>,
	Tom RUSSELLO <tom.russello@ensimag.grenoble-inp.fr>,
	Matthieu Moy <Matthieu.Moy@imag.fr>
Subject: [PATCH v2 0/7] literal formatting in documentation
Date: Tue, 28 Jun 2016 13:40:08 +0200	[thread overview]
Message-ID: <20160628114015.25828-1-Matthieu.Moy@imag.fr> (raw)
In-Reply-To: <20160627174623.11084-1-Matthieu.Moy@imag.fr>

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')
  removed.

Other fixes are typos and details in commit messages.

Matthieu Moy (7):
  Documentation/git-mv.txt: fix whitespace indentation
  doc: typeset short command-line options as literal
  doc: typeset long command-line options as literal
  doc: typeset '--' as literal
  doc: typeset long options with argument as literal
  CodingGuidelines: formatting HEAD in documentation
  doc: typeset HEAD and variants as literal

 Documentation/CodingGuidelines           |  5 ++--
 Documentation/config.txt                 | 40 ++++++++++++++++----------------
 Documentation/diff-config.txt            |  2 +-
 Documentation/diff-format.txt            |  8 +++----
 Documentation/diff-generate-patch.txt    |  6 ++---
 Documentation/fetch-options.txt          |  6 ++---
 Documentation/git-am.txt                 |  4 ++--
 Documentation/git-bisect.txt             |  2 +-
 Documentation/git-branch.txt             |  6 ++---
 Documentation/git-cat-file.txt           | 12 +++++-----
 Documentation/git-checkout.txt           |  4 ++--
 Documentation/git-cherry-pick.txt        |  2 +-
 Documentation/git-clean.txt              |  2 +-
 Documentation/git-commit-tree.txt        |  2 +-
 Documentation/git-commit.txt             |  4 ++--
 Documentation/git-config.txt             | 28 +++++++++++-----------
 Documentation/git-credential-store.txt   |  2 +-
 Documentation/git-cvsimport.txt          | 12 +++++-----
 Documentation/git-cvsserver.txt          | 12 +++++-----
 Documentation/git-daemon.txt             |  8 +++----
 Documentation/git-describe.txt           |  2 +-
 Documentation/git-diff-index.txt         |  4 ++--
 Documentation/git-diff-tree.txt          | 20 ++++++++--------
 Documentation/git-difftool.txt           |  2 +-
 Documentation/git-fast-import.txt        |  4 ++--
 Documentation/git-fetch-pack.txt         |  4 ++--
 Documentation/git-filter-branch.txt      |  6 ++---
 Documentation/git-for-each-ref.txt       |  2 +-
 Documentation/git-fsck.txt               |  2 +-
 Documentation/git-grep.txt               | 10 ++++----
 Documentation/git-gui.txt                |  2 +-
 Documentation/git-help.txt               |  6 ++---
 Documentation/git-http-push.txt          |  4 ++--
 Documentation/git-interpret-trailers.txt |  2 +-
 Documentation/git-ls-files.txt           |  2 +-
 Documentation/git-ls-tree.txt            |  8 +++----
 Documentation/git-mktree.txt             |  2 +-
 Documentation/git-mv.txt                 |  4 ++--
 Documentation/git-notes.txt              |  2 +-
 Documentation/git-p4.txt                 | 22 +++++++++---------
 Documentation/git-push.txt               |  2 +-
 Documentation/git-rebase.txt             | 10 ++++----
 Documentation/git-remote.txt             | 10 ++++----
 Documentation/git-repack.txt             |  4 ++--
 Documentation/git-revert.txt             |  4 ++--
 Documentation/git-send-email.txt         | 24 +++++++++----------
 Documentation/git-send-pack.txt          | 10 ++++----
 Documentation/git-shell.txt              |  4 ++--
 Documentation/git-show-branch.txt        |  2 +-
 Documentation/git-show-ref.txt           |  6 ++---
 Documentation/git-svn.txt                | 26 ++++++++++-----------
 Documentation/git-tag.txt                |  2 +-
 Documentation/git-update-index.txt       | 14 +++++------
 Documentation/git-web--browse.txt        |  2 +-
 Documentation/git.txt                    | 10 ++++----
 Documentation/gitcore-tutorial.txt       |  2 +-
 Documentation/gitdiffcore.txt            |  4 ++--
 Documentation/gitk.txt                   |  2 +-
 Documentation/gitmodules.txt             |  2 +-
 Documentation/gitremote-helpers.txt      | 10 ++++----
 Documentation/rev-list-options.txt       |  2 +-
 Documentation/revisions.txt              | 26 ++++++++++-----------
 62 files changed, 228 insertions(+), 227 deletions(-)

-- 
2.8.2.397.gbe91ebf.dirty


  parent reply	other threads:[~2016-06-28 11:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 17:46 [PATCH 1/6] doc: typeset short command-line options as literal Matthieu Moy
2016-06-27 17:46 ` [PATCH 2/6] doc: typeset long " Matthieu Moy
2016-06-27 19:04   ` Jeff King
2016-06-28  8:08     ` Matthieu Moy
2016-06-28 15:19       ` Junio C Hamano
2016-06-27 17:46 ` [PATCH 3/6] doc: typeset -- as litteral Matthieu Moy
2016-06-27 19:10   ` Jeff King
2016-06-28  8:26     ` Matthieu Moy
2016-06-27 17:46 ` [PATCH 4/6] doc: typeset long options with argument " Matthieu Moy
2016-06-27 17:46 ` [PATCH 5/6] CodingGuidelines: formatting HEAD in documentation Matthieu Moy
2016-06-27 17:46 ` [PATCH 6/6] doc: typeset HEAD and variants as litteral Matthieu Moy
2016-06-27 18:57 ` [PATCH 1/6] doc: typeset short command-line options as literal Jeff King
2016-06-28  8:31   ` Matthieu Moy
2016-06-28 11:40 ` Matthieu Moy [this message]
2016-06-28 11:40   ` [PATCH v2 1/7] Documentation/git-mv.txt: fix whitespace indentation Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 2/7] doc: typeset short command-line options as literal Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 3/7] doc: typeset long " Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 4/7] doc: typeset '--' " Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 5/7] doc: typeset long options with argument " Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 6/7] CodingGuidelines: formatting HEAD in documentation Matthieu Moy
2016-06-28 11:40   ` [PATCH v2 7/7] doc: typeset HEAD and variants as literal Matthieu Moy
2016-06-30  6:42   ` [PATCH v2 0/7] literal formatting in documentation Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160628114015.25828-1-Matthieu.Moy@imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=erwan.mathoniere@ensimag.grenoble-inp.fr \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jordan.de-gea@ensimag.grenoble-inp.fr \
    --cc=samuel.groot@ensimag.grenoble-inp.fr \
    --cc=tom.russello@ensimag.grenoble-inp.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).